We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b31f705 commit 4958b8bCopy full SHA for 4958b8b
1 file changed
ql/src/codeql_ql/ast/internal/AstNodes.qll
@@ -81,8 +81,7 @@ class TCall = TPredicateCall or TMemberCall or TNoneCall or TAnyCall;
81
82
class TModuleRef = TImport or TModuleExpr;
83
84
-class TYAMLNode = TYamlCommemt or TYamlEntry or TYamlKey or TYamlListitem or
85
- TYamlValue;
+class TYAMLNode = TYamlCommemt or TYamlEntry or TYamlKey or TYamlListitem or TYamlValue;
86
87
private Generated::AstNode toGeneratedFormula(AST::AstNode n) {
88
n = TConjunction(result) or
0 commit comments