We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b36703 commit 862c3b9Copy full SHA for 862c3b9
ruby/ql/lib/codeql/ruby/ApiGraphs.qll
@@ -121,9 +121,7 @@ module API {
121
122
/** Gets an API node representing the `n`th positional parameter. */
123
pragma[nomagic]
124
- Node getParameter(int n) {
125
- result = this.getASuccessor(Label::parameter(n))
126
- }
+ Node getParameter(int n) { result = this.getASuccessor(Label::parameter(n)) }
127
128
/** Gets an API node representing the given keyword parameter. */
129
0 commit comments