Skip to content

Commit 8977542

Browse files
committed
JS: Autoformat
1 parent 3e6389c commit 8977542

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

javascript/ql/lib/semmle/javascript/frameworks/Templating.qll

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -522,7 +522,9 @@ module Templating {
522522
private class MustacheStyleSyntax extends TemplateSyntax {
523523
MustacheStyleSyntax() { this = "mustache" }
524524

525-
override string getRawInterpolationRegexp() { result = "(?s)\\{\\{\\{(.*?)\\}\\}\\}|\\{\\{&(.*?)\\}\\}" }
525+
override string getRawInterpolationRegexp() {
526+
result = "(?s)\\{\\{\\{(.*?)\\}\\}\\}|\\{\\{&(.*?)\\}\\}"
527+
}
526528

527529
override string getEscapingInterpolationRegexp() { result = "(?s)\\{\\{[^{&](.*?)\\}\\}" }
528530

0 commit comments

Comments
 (0)