Skip to content

Commit a962a8a

Browse files
committed
JS: Autoformat
1 parent c31cdaa commit a962a8a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -426,7 +426,9 @@ private predicate barrierGuardBlocksSsaRefinement(
426426
* `outcome` is bound to the outcome of `cond` for join-ordering purposes.
427427
*/
428428
pragma[noinline]
429-
private predicate barrierGuardUsedInCondition(BarrierGuardNode guard, ConditionGuardNode cond, boolean outcome) {
429+
private predicate barrierGuardUsedInCondition(
430+
BarrierGuardNode guard, ConditionGuardNode cond, boolean outcome
431+
) {
430432
barrierGuardIsRelevant(guard) and
431433
outcome = cond.getOutcome() and
432434
(

0 commit comments

Comments
 (0)