Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 332ee40

Browse files
committed
JS: Autoformat
1 parent 0675066 commit 332ee40

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

  • javascript/ql/test/library-tests/frameworks/Vue

javascript/ql/test/library-tests/frameworks/Vue/tests.ql

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,7 @@ query predicate templateElement(Vue::Template::Element template) { any() }
2020

2121
import semmle.javascript.security.dataflow.DomBasedXss
2222

23-
query predicate vhtmlSourceWrite(
24-
Vue::VHtmlSourceWrite w, DataFlow::Node pred, DataFlow::Node succ
25-
) {
23+
query predicate vhtmlSourceWrite(Vue::VHtmlSourceWrite w, DataFlow::Node pred, DataFlow::Node succ) {
2624
w.step(pred, succ)
2725
}
2826

0 commit comments

Comments
 (0)