mirror of
https://github.com/github/codeql.git
synced 2026-04-25 00:35:20 +02:00
Javascript: Autoformat qls
This commit is contained in:
@@ -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
|
||||
)
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user