Skip to content

Commit 3515580

Browse files
authored
QL: format
1 parent 249d209 commit 3515580

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

ql/src/codeql_ql/printAstAst.qll

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -72,9 +72,7 @@ class PrintAstNode extends AstNode {
7272
/**
7373
* Gets the child node that is accessed using the predicate `edgeName`.
7474
*/
75-
PrintAstNode getChild(string edgeName) {
76-
result = this.getAChild(edgeName)
77-
}
75+
PrintAstNode getChild(string edgeName) { result = this.getAChild(edgeName) }
7876
}
7977

8078
private predicate shouldPrintNode(AstNode n) {

0 commit comments

Comments
 (0)