Reformat ControlFlowGraphImpl.qll

This commit is contained in:
Arthur Baars
2022-05-23 12:22:47 +02:00
parent eabf2ed2d3
commit 965f83e198

View File

@@ -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 {