mirror of
https://github.com/github/codeql.git
synced 2026-02-08 03:01:10 +01:00
autoformat
This commit is contained in:
@@ -81,8 +81,7 @@ class TCall = TPredicateCall or TMemberCall or TNoneCall or TAnyCall;
|
||||
|
||||
class TModuleRef = TImport or TModuleExpr;
|
||||
|
||||
class TYAMLNode = TYamlCommemt or TYamlEntry or TYamlKey or TYamlListitem or
|
||||
TYamlValue;
|
||||
class TYAMLNode = TYamlCommemt or TYamlEntry or TYamlKey or TYamlListitem or TYamlValue;
|
||||
|
||||
private Generated::AstNode toGeneratedFormula(AST::AstNode n) {
|
||||
n = TConjunction(result) or
|
||||
|
||||
Reference in New Issue
Block a user