Autoformat / uglify

This commit is contained in:
Chris Smowton
2024-02-27 13:49:12 +00:00
committed by GitHub
parent e62a0805db
commit 74448c092a

View File

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