autoformat

This commit is contained in:
Erik Krogh Kristensen
2020-07-02 14:47:08 +02:00
parent f60a7489b5
commit ceb19292cb

View File

@@ -23,4 +23,4 @@ query StringOps::HtmlConcatenationLeaf htmlLeaf() { any() }
query string getStringValue(Expr e) {
result = e.getStringValue() and
e.getEnclosingFunction().getName() = "stringValue"
}
}