Skip to content

Commit 5e7adc6

Browse files
committed
autoformat
1 parent 3139487 commit 5e7adc6

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)