Skip to content

Commit 4958b8b

Browse files
committed
QL: autoformat
1 parent b31f705 commit 4958b8b

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,8 +81,7 @@ class TCall = TPredicateCall or TMemberCall or TNoneCall or TAnyCall;
8181

8282
class TModuleRef = TImport or TModuleExpr;
8383

84-
class TYAMLNode = TYamlCommemt or TYamlEntry or TYamlKey or TYamlListitem or
85-
TYamlValue;
84+
class TYAMLNode = TYamlCommemt or TYamlEntry or TYamlKey or TYamlListitem or TYamlValue;
8685

8786
private Generated::AstNode toGeneratedFormula(AST::AstNode n) {
8887
n = TConjunction(result) or

0 commit comments

Comments
 (0)