Skip to content

Commit ceb1929

Browse files
committed
autoformat
1 parent f60a748 commit ceb1929

File tree

1 file changed

+1
-1
lines changed
  • javascript/ql/test/library-tests/StringConcatenation

1 file changed

+1
-1
lines changed

javascript/ql/test/library-tests/StringConcatenation/StringOps.ql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ query StringOps::HtmlConcatenationLeaf htmlLeaf() { any() }
2323
query string getStringValue(Expr e) {
2424
result = e.getStringValue() and
2525
e.getEnclosingFunction().getName() = "stringValue"
26-
}
26+
}

0 commit comments

Comments
 (0)