mirror of
https://github.com/github/codeql.git
synced 2026-04-28 18:25:24 +02:00
Autoformat
This commit is contained in:
@@ -123,9 +123,7 @@ module CallTargetStats implements StatsSig {
|
||||
}
|
||||
|
||||
private class SourceExpr extends Expr {
|
||||
SourceExpr() {
|
||||
this.getFile().isSourceFile()
|
||||
}
|
||||
SourceExpr() { this.getFile().isSourceFile() }
|
||||
}
|
||||
|
||||
private predicate hasGoodType(Expr e) {
|
||||
|
||||
Reference in New Issue
Block a user