Skip to content

Commit 74448c0

Browse files
authored
Autoformat / uglify
1 parent e62a080 commit 74448c0

File tree

1 file changed

+1
-1
lines changed
  • go/ql/test/library-tests/semmle/go/dataflow/MapReadsAndStores

1 file changed

+1
-1
lines changed

go/ql/test/library-tests/semmle/go/dataflow/MapReadsAndStores/test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ func main() {
1717
}
1818

1919
func testLiteral() {
20-
someMap := map[string]string {"someKey": source()}
20+
someMap := map[string]string{"someKey": source()}
2121

2222
for _, val := range someMap {
2323
sink(val) // $ hasValueFlow="val"

0 commit comments

Comments
 (0)