Skip to content

Commit fcc98f8

Browse files
committed
Swift: Autoformat.
1 parent 2d7166b commit fcc98f8

File tree

1 file changed

+3
-1
lines changed
  • swift/ql/test/library-tests/regex

1 file changed

+3
-1
lines changed

swift/ql/test/library-tests/regex/regex.ql

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,9 @@ bindingset[s]
99
string quote(string s) { if s.matches("% %") then result = "\"" + s + "\"" else result = s }
1010

1111
module RegexTest implements TestSig {
12-
string getARelevantTag() { result = ["regex", "input", "redos-vulnerable", "hasParseFailure", "modes"] }
12+
string getARelevantTag() {
13+
result = ["regex", "input", "redos-vulnerable", "hasParseFailure", "modes"]
14+
}
1315

1416
predicate hasActualResult(Location location, string element, string tag, string value) {
1517
exists(TreeView::RegExpTerm t |

0 commit comments

Comments
 (0)