mirror of
https://github.com/github/codeql.git
synced 2026-04-19 14:04:09 +02:00
Autoformat / uglify
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user