Skip to content

Commit 965f83e

Browse files
committed
Reformat ControlFlowGraphImpl.qll
1 parent eabf2ed commit 965f83e

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

ruby/ql/lib/codeql/ruby/controlflow/internal/ControlFlowGraphImpl.qll

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1007,9 +1007,7 @@ module Trees {
10071007
}
10081008

10091009
private class InstanceVariableTree extends StandardPostOrderTree, InstanceVariableAccess {
1010-
final override ControlFlowTree getChildElement(int i) {
1011-
result = this.getReceiver() and i = 0
1012-
}
1010+
final override ControlFlowTree getChildElement(int i) { result = this.getReceiver() and i = 0 }
10131011
}
10141012

10151013
private class KeywordParameterTree extends DefaultValueParameterTree, KeywordParameter {

0 commit comments

Comments
 (0)