Skip to content

Commit 5c66d87

Browse files
committed
gofmt
1 parent 0c6c135 commit 5c66d87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

go/ql/test/query-tests/Security/CWE-312/protobuf.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@ func testProtobuf() {
1212
query.Description = password
1313

1414
log.Println(query.GetDescription()) // NOT OK
15-
log.Println(query.GetId()) // OK
15+
log.Println(query.GetId()) // OK
1616
}

0 commit comments

Comments
 (0)