JS: Autoformat

This commit is contained in:
Asger Feldthaus
2021-03-15 11:08:56 +00:00
parent 0675066ab9
commit 332ee40984

View File

@@ -20,9 +20,7 @@ query predicate templateElement(Vue::Template::Element template) { any() }
import semmle.javascript.security.dataflow.DomBasedXss
query predicate vhtmlSourceWrite(
Vue::VHtmlSourceWrite w, DataFlow::Node pred, DataFlow::Node succ
) {
query predicate vhtmlSourceWrite(Vue::VHtmlSourceWrite w, DataFlow::Node pred, DataFlow::Node succ) {
w.step(pred, succ)
}