mirror of
https://github.com/github/codeql.git
synced 2026-04-30 19:26:02 +02:00
Fix QL formatting
This commit is contained in:
@@ -1,9 +1,7 @@
|
||||
import java
|
||||
import semmle.code.java.Diagnostics
|
||||
|
||||
query predicate diag(Diagnostic d) {
|
||||
d.getMessage() = "Unexpected IrVararg"
|
||||
}
|
||||
query predicate diag(Diagnostic d) { d.getMessage() = "Unexpected IrVararg" }
|
||||
|
||||
query predicate varargsParams(Parameter p, Type t) {
|
||||
p.getCallable().fromSource() and
|
||||
|
||||
Reference in New Issue
Block a user