Skip to content

Commit fa89d56

Browse files
committed
Python: fix bad brace
1 parent abec476 commit fa89d56

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

python/ql/lib/semmle/python/dataflow/new/internal/DataFlowPrivate.qll

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -556,6 +556,7 @@ module VariableCapture {
556556
) {
557557
Flow::localFlowStep(closureNodeFrom, closureNodeTo) and
558558
not flowValueStep(_, closureNodeFrom, closureNodeTo, _)
559+
}
559560
}
560561
}
561562

0 commit comments

Comments
 (0)