Skip to content

Commit 8e64978

Browse files
committed
Kotlin: Autoformat
1 parent 62ece16 commit 8e64978

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -911,7 +911,8 @@ private module ControlFlowGraphImpl {
911911
)
912912
or
913913
// the last node in an `ExprStmt` is the last node in the expression
914-
last(n.(ExprStmt).getExpr(), last, completion) and completion instanceof NormalOrBooleanCompletion
914+
last(n.(ExprStmt).getExpr(), last, completion) and
915+
completion instanceof NormalOrBooleanCompletion
915916
or
916917
// the last node in a `StmtExpr` is the last node in the statement
917918
last(n.(StmtExpr).getStmt(), last, completion)

0 commit comments

Comments
 (0)