Skip to content

Commit 750c808

Browse files
committed
Remove duplicated main from tests
1 parent ba1faea commit 750c808

File tree

1 file changed

+0
-4
lines changed
  • go/ql/test/query-tests/Security/CWE-798

1 file changed

+0
-4
lines changed

go/ql/test/query-tests/Security/CWE-798/jwt.go

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,3 @@ func katarasJwt5() {
191191
var alg kataras.Alg
192192
keys.Register(alg, "api", nil, safeName) // BAD
193193
}
194-
195-
func main() {
196-
return
197-
}

0 commit comments

Comments
 (0)