Skip to content

Commit 7c93145

Browse files
committed
autoformat
1 parent 3ca3fa7 commit 7c93145

3 files changed

Lines changed: 211 additions & 211 deletions

File tree

javascript/ql/src/semmle/javascript/security/dataflow/ExceptionXss.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ module ExceptionXss {
7272
exists(DataFlow::CallNode call | call.getLastArgument().getAFunctionValue() = this) and
7373
this.getNumParameter() = 2 and
7474
errorParameter = this.getParameter(0) and
75-
exists(IfStmt ifStmt |
75+
exists(IfStmt ifStmt |
7676
ifStmt = this.getFunction().getBodyStmt(0) and
7777
errorParameter.flowsToExpr(ifStmt.getCondition())
7878
)

0 commit comments

Comments
 (0)