autoformat

This commit is contained in:
Chris Smowton
2023-11-17 09:37:45 +00:00
parent 6b3080ae92
commit 68fe7efd9e

View File

@@ -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) {