Javascript: Autoformat qls

This commit is contained in:
Anders Schack-Mulligen
2019-02-12 14:29:19 +01:00
parent 25469637db
commit 1182fca665
19 changed files with 39 additions and 45 deletions

View File

@@ -59,9 +59,7 @@ predicate regExpMatchesString(RegExpTerm t, string s) {
s = concat(int i, RegExpTerm child |
child = seq.getChild(i)
|
any(string subs | regExpMatchesString(child, subs))
order by
i
any(string subs | regExpMatchesString(child, subs)) order by i
)
)
}