Skip to content

Commit ac5b9cd

Browse files
committed
JS: Autoformat
1 parent 6707e34 commit ac5b9cd

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

javascript/ql/src/semmle/javascript/dataflow/TaintTracking.qll

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -743,7 +743,9 @@ module TaintTracking {
743743
}
744744

745745
pragma[nomagic]
746-
private ControlFlowNode getANodeReachingCaptureRefAux(DataFlow::PropRead read, ControlFlowNode mid) {
746+
private ControlFlowNode getANodeReachingCaptureRefAux(
747+
DataFlow::PropRead read, ControlFlowNode mid
748+
) {
747749
mid = getANodeReachingCaptureRef(read) and
748750
result = mid.getAPredecessor()
749751
}

0 commit comments

Comments
 (0)