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 249d209 commit 3515580Copy full SHA for 3515580
1 file changed
ql/src/codeql_ql/printAstAst.qll
@@ -72,9 +72,7 @@ class PrintAstNode extends AstNode {
72
/**
73
* Gets the child node that is accessed using the predicate `edgeName`.
74
*/
75
- PrintAstNode getChild(string edgeName) {
76
- result = this.getAChild(edgeName)
77
- }
+ PrintAstNode getChild(string edgeName) { result = this.getAChild(edgeName) }
78
}
79
80
private predicate shouldPrintNode(AstNode n) {
0 commit comments