mirror of
https://github.com/github/codeql.git
synced 2026-02-27 12:23:41 +01:00
Javascript: Autoformat qls
This commit is contained in:
@@ -21,9 +21,7 @@ predicate constantInCharacterClass(RegExpCharacterClass recc, int i, RegExpConst
|
||||
cc = rank[i](RegExpConstant cc2, int j |
|
||||
cc2 = recc.getChild(j) and cc2.isCharacter() and cc2.getValue() = val
|
||||
|
|
||||
cc2
|
||||
order by
|
||||
j
|
||||
cc2 order by j
|
||||
)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user