From f15ad39181bda367eed0ef0fa2c024f56010587b Mon Sep 17 00:00:00 2001 From: Erik Krogh Kristensen Date: Fri, 28 May 2021 13:02:01 +0000 Subject: [PATCH] format --- ql/src/codeql_ql/printAstAst.qll | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/ql/src/codeql_ql/printAstAst.qll b/ql/src/codeql_ql/printAstAst.qll index 4471a405a44..ff1a47e8e5c 100644 --- a/ql/src/codeql_ql/printAstAst.qll +++ b/ql/src/codeql_ql/printAstAst.qll @@ -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) {