Skip to content

Commit 3bbe542

Browse files
committed
JS: fix whitespace
1 parent 10db0d5 commit 3bbe542

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -712,7 +712,7 @@ predicate higherOrderCall(
712712
summary = PathSummary::call()
713713
)
714714
or
715-
// Forwarding of the callback parameter (but not the argument).
715+
// Forwarding of the callback parameter (but not the argument).
716716
// We use a return summary since flow moves back towards the call site.
717717
// This ensures that an argument that is only tainted in some contexts cannot flow
718718
// out to every callback.

0 commit comments

Comments
 (0)