Skip to content

Commit bcfee98

Browse files
authored
Apply suggestion from @aschackmull
1 parent e1d4fe8 commit bcfee98

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

shared/controlflow/codeql/controlflow/ControlFlowGraph.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -647,7 +647,7 @@ module Make0<LocationSig Location, AstSig<Location> Ast> {
647647
(
648648
n instanceof CatchClause
649649
or
650-
exists(CatchClause catch | n = catch.getPattern())
650+
n = any(CatchClause catch).getPattern()
651651
or
652652
n instanceof Case
653653
or

0 commit comments

Comments
 (0)