Skip to content

Commit 37f1621

Browse files
committed
Fix formatting of file.
1 parent 3368169 commit 37f1621

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

java/ql/src/semmle/code/java/dataflow/Nullness.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -522,7 +522,7 @@ private predicate correlatedConditions(
522522
inverted = false
523523
)
524524
or
525-
exists(SsaVariable v1, SsaVariable v2, boolean branch1, boolean branch2 |
525+
exists(SsaVariable v1, SsaVariable v2, boolean branch1, boolean branch2 |
526526
cond1.getCondition() = varEqualityTestExpr(v1, v2, branch1) and
527527
cond2.getCondition() = varEqualityTestExpr(v1, v2, branch2) and
528528
inverted = branch1.booleanXor(branch2)

0 commit comments

Comments
 (0)