Skip to content

Commit 6cbdc7a

Browse files
committed
autoformat
1 parent 2628c05 commit 6cbdc7a

File tree

1 file changed

+1
-1
lines changed
  • javascript/ql/src/semmle/javascript/dataflow/internal

1 file changed

+1
-1
lines changed

javascript/ql/src/semmle/javascript/dataflow/internal/FlowSteps.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ predicate localExceptionStepWithAsyncFlag(DataFlow::Node pred, DataFlow::Node su
7373
exists(DataFlow::Node target | target = getThrowTarget(pred) |
7474
// this also covers generators - as the behavior of exceptions is close enough to the behavior of ordinary
7575
// functions when it comes to exceptions (assuming that the iterator does not cross function boundaries).
76-
async = false and
76+
async = false and
7777
succ = target and
7878
not succ = any(DataFlow::FunctionNode f | f.getFunction().isAsync()).getExceptionalReturn()
7979
or

0 commit comments

Comments
 (0)