Skip to content

Commit 862c3b9

Browse files
committed
Ruby: autoformat
1 parent 2b36703 commit 862c3b9

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

ruby/ql/lib/codeql/ruby/ApiGraphs.qll

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -121,9 +121,7 @@ module API {
121121

122122
/** Gets an API node representing the `n`th positional parameter. */
123123
pragma[nomagic]
124-
Node getParameter(int n) {
125-
result = this.getASuccessor(Label::parameter(n))
126-
}
124+
Node getParameter(int n) { result = this.getASuccessor(Label::parameter(n)) }
127125

128126
/** Gets an API node representing the given keyword parameter. */
129127
pragma[nomagic]

0 commit comments

Comments
 (0)