Skip to content

Commit 913cf53

Browse files
authored
QL: autoformat
1 parent 136b046 commit 913cf53

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

ql/src/codeql_ql/ast/internal/AstNodes.qll

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,8 @@ class TFormula =
6464
class TBinOpExpr = TAddSubExpr or TMulDivModExpr;
6565

6666
class TExpr =
67-
TBinOpExpr or TLiteral or TAggregate or TExprAggregate or TIdentifier or TInlineCast or TCall or TUnaryExpr or
68-
TExprAnnotation or TDontCare or TRange or TSet;
67+
TBinOpExpr or TLiteral or TAggregate or TExprAggregate or TIdentifier or TInlineCast or TCall or
68+
TUnaryExpr or TExprAnnotation or TDontCare or TRange or TSet;
6969

7070
class TCall = TPredicateCall or TMemberCall or TNoneCall or TAnyCall;
7171

0 commit comments

Comments
 (0)