We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b3080a commit 68fe7efCopy full SHA for 68fe7ef
1 file changed
java/ql/lib/semmle/code/java/PrettyPrintAst.qll
@@ -16,7 +16,7 @@ predicate pp(ClassOrInterface c, string s, int line) {
16
exists(PpAst e | getEnclosingAst*(e) = c | ppPart(e, part, line, i))
17
|
18
part order by i
19
- )
+ )
20
}
21
22
private PpAst getEnclosingAst(PpAst e) {
0 commit comments