mirror of
https://github.com/github/codeql.git
synced 2026-04-21 06:55:31 +02:00
autoformat
This commit is contained in:
@@ -16,7 +16,7 @@ predicate pp(ClassOrInterface c, string s, int line) {
|
||||
exists(PpAst e | getEnclosingAst*(e) = c | ppPart(e, part, line, i))
|
||||
|
|
||||
part order by i
|
||||
)
|
||||
)
|
||||
}
|
||||
|
||||
private PpAst getEnclosingAst(PpAst e) {
|
||||
|
||||
Reference in New Issue
Block a user