This commit is contained in:
Erik Krogh Kristensen
2021-05-28 13:02:01 +00:00
committed by GitHub
parent d171ace902
commit f15ad39181

View File

@@ -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) {