Skip to content

Commit 9bfb0d9

Browse files
committed
Autoformat QL
1 parent 0ec3ee2 commit 9bfb0d9

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

java/ql/src/experimental/Security/CWE/CWE-094/GroovyInjectionLib.qll

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -103,9 +103,7 @@ private class EvalMethod extends Method {
103103
private class EvalMethodAccess extends MethodAccess {
104104
EvalMethodAccess() { this.getMethod() instanceof EvalMethod }
105105

106-
Expr getArgumentExpr() {
107-
result = this.getArgument(this.getNumArgument() - 1)
108-
}
106+
Expr getArgumentExpr() { result = this.getArgument(this.getNumArgument() - 1) }
109107
}
110108

111109
/**

0 commit comments

Comments
 (0)