Skip to content

Commit 796eac1

Browse files
committed
Java: Autoformat
1 parent 37c8917 commit 796eac1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

java/ql/src/semmle/code/java/ControlFlowGraph.qll

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -711,7 +711,8 @@ private module ControlFlowGraphImpl {
711711
)
712712
or
713713
exists(InstanceOfExpr ioe | ioe.isPattern() and ioe = n |
714-
last = n and completion = basicBooleanCompletion(false) or
714+
last = n and completion = basicBooleanCompletion(false)
715+
or
715716
last = ioe.getLocalVariableDeclExpr() and completion = basicBooleanCompletion(true)
716717
)
717718
or

0 commit comments

Comments
 (0)