Skip to content

Commit a6480a4

Browse files
authored
Autoformat again / tabify
1 parent 74448c0 commit a6480a4

File tree

1 file changed

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

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ func main() {
1717
}
1818

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

22-
for _, val := range someMap {
23-
sink(val) // $ hasValueFlow="val"
24-
}
22+
for _, val := range someMap {
23+
sink(val) // $ hasValueFlow="val"
24+
}
2525
}

0 commit comments

Comments
 (0)