Skip to content

Commit 05d7be8

Browse files
committed
autoformat
1 parent 96ca4cf commit 05d7be8

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -833,9 +833,7 @@ module TaintTracking {
833833
override EqualityTest astNode;
834834

835835
TypeOfCheck() {
836-
exists(StringLiteral str, TypeofExpr typeof |
837-
astNode.hasOperands(str, typeof)
838-
|
836+
exists(StringLiteral str, TypeofExpr typeof | astNode.hasOperands(str, typeof) |
839837
str.getValue() = "undefined" and
840838
typeof.getOperand() = x
841839
)

0 commit comments

Comments
 (0)