Skip to content

Commit 7b6773c

Browse files
JarLoberik-krogh
andauthored
Update javascript/ql/src/experimental/semmle/javascript/Actions.qll
Co-authored-by: Erik Krogh Kristensen <[email protected]>
1 parent e3bf308 commit 7b6773c

File tree

1 file changed

+1
-2
lines changed
  • javascript/ql/src/experimental/semmle/javascript

1 file changed

+1
-2
lines changed

javascript/ql/src/experimental/semmle/javascript/Actions.qll

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -307,8 +307,7 @@ module Actions {
307307
// not just the last (greedy match) or first (reluctant match).
308308
// TODO: This only handles expression strings that refer to contexts.
309309
// It does not handle operators within the expression.
310-
result =
311-
this.getValue().regexpFind("[A-Za-z0-9_\\.\\-]+(?=\\s*\\}\\})", _, _)
310+
result = this.getValue().regexpFind("[A-Za-z0-9_\\.\\-]+(?=\\s*\\}\\})", _, _)
312311
}
313312
}
314313
}

0 commit comments

Comments
 (0)