mirror of
https://github.com/github/codeql.git
synced 2026-02-08 03:01:10 +01:00
format
This commit is contained in:
committed by
GitHub
parent
d171ace902
commit
f15ad39181
@@ -72,9 +72,7 @@ class PrintAstNode extends AstNode {
|
||||
/**
|
||||
* Gets the child node that is accessed using the predicate `edgeName`.
|
||||
*/
|
||||
PrintAstNode getChild(string edgeName) {
|
||||
result = this.getAChild(edgeName)
|
||||
}
|
||||
PrintAstNode getChild(string edgeName) { result = this.getAChild(edgeName) }
|
||||
}
|
||||
|
||||
private predicate shouldPrintNode(AstNode n) {
|
||||
|
||||
Reference in New Issue
Block a user