Skip to content

Commit ffa998e

Browse files
committed
Autoformat
1 parent b6507e7 commit ffa998e

File tree

2 files changed

+2
-7
lines changed

2 files changed

+2
-7
lines changed
Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,7 @@
11
import java
22

3-
query Callable callTargets(MethodCall mc) {
4-
result = mc.getCallee()
5-
}
3+
query Callable callTargets(MethodCall mc) { result = mc.getCallee() }
64

75
from Expr e
86
where e.getFile().getBaseName() = "Test.java"
97
select e, e.getType()
10-

java/ql/src/Telemetry/ExtractorInformation.ql

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -123,9 +123,7 @@ module CallTargetStats implements StatsSig {
123123
}
124124

125125
private class SourceExpr extends Expr {
126-
SourceExpr() {
127-
this.getFile().isSourceFile()
128-
}
126+
SourceExpr() { this.getFile().isSourceFile() }
129127
}
130128

131129
private predicate hasGoodType(Expr e) {

0 commit comments

Comments
 (0)