Skip to content

Commit a616a78

Browse files
author
Stephan Brandauer
committed
formatting
1 parent 36aabc0 commit a616a78

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

java/ql/src/Telemetry/AutomodelFrameworkModeCharacteristics.qll

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -189,9 +189,7 @@ private class UnexploitableExistsCharacteristic extends CharacteristicsImpl::Not
189189
not FrameworkCandidatesImpl::isSink(e, _) and
190190
exists(Callable callable |
191191
callable = getCallable(e) and
192-
(
193-
callable.getName().toLowerCase() = ["exists", "notexists"]
194-
) and
192+
callable.getName().toLowerCase() = ["exists", "notexists"] and
195193
callable.getReturnType() instanceof BooleanType
196194
)
197195
}

0 commit comments

Comments
 (0)