mirror of
https://github.com/github/codeql.git
synced 2026-04-28 02:05:14 +02:00
Reformat ControlFlowGraphImpl.qll
This commit is contained in:
@@ -1007,9 +1007,7 @@ module Trees {
|
||||
}
|
||||
|
||||
private class InstanceVariableTree extends StandardPostOrderTree, InstanceVariableAccess {
|
||||
final override ControlFlowTree getChildElement(int i) {
|
||||
result = this.getReceiver() and i = 0
|
||||
}
|
||||
final override ControlFlowTree getChildElement(int i) { result = this.getReceiver() and i = 0 }
|
||||
}
|
||||
|
||||
private class KeywordParameterTree extends DefaultValueParameterTree, KeywordParameter {
|
||||
|
||||
Reference in New Issue
Block a user