Skip to content

Commit 68fe7ef

Browse files
committed
autoformat
1 parent 6b3080a commit 68fe7ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

java/ql/lib/semmle/code/java/PrettyPrintAst.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ predicate pp(ClassOrInterface c, string s, int line) {
1616
exists(PpAst e | getEnclosingAst*(e) = c | ppPart(e, part, line, i))
1717
|
1818
part order by i
19-
)
19+
)
2020
}
2121

2222
private PpAst getEnclosingAst(PpAst e) {

0 commit comments

Comments
 (0)