Autoformat again / tabify

This commit is contained in:
Chris Smowton
2024-02-27 13:55:26 +00:00
committed by GitHub
parent 74448c092a
commit a6480a4ca1

View File

@@ -17,9 +17,9 @@ func main() {
}
func testLiteral() {
someMap := map[string]string{"someKey": source()}
someMap := map[string]string{"someKey": source()}
for _, val := range someMap {
sink(val) // $ hasValueFlow="val"
}
for _, val := range someMap {
sink(val) // $ hasValueFlow="val"
}
}