autoformat

This commit is contained in:
Erik Krogh Kristensen
2020-06-05 09:59:20 +02:00
parent 96ca4cf7eb
commit 05d7be8e23

View File

@@ -833,9 +833,7 @@ module TaintTracking {
override EqualityTest astNode;
TypeOfCheck() {
exists(StringLiteral str, TypeofExpr typeof |
astNode.hasOperands(str, typeof)
|
exists(StringLiteral str, TypeofExpr typeof | astNode.hasOperands(str, typeof) |
str.getValue() = "undefined" and
typeof.getOperand() = x
)