mirror of
https://github.com/github/codeql.git
synced 2026-04-28 18:25:24 +02:00
Autoformat
This commit is contained in:
@@ -1,10 +1,7 @@
|
||||
import java
|
||||
|
||||
query Callable callTargets(MethodCall mc) {
|
||||
result = mc.getCallee()
|
||||
}
|
||||
query Callable callTargets(MethodCall mc) { result = mc.getCallee() }
|
||||
|
||||
from Expr e
|
||||
where e.getFile().getBaseName() = "Test.java"
|
||||
select e, e.getType()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user