Python: QL format

This commit is contained in:
Rasmus Lerchedahl Petersen
2020-08-18 16:34:04 +02:00
parent f8364dc74b
commit de1c75c279

View File

@@ -10,10 +10,9 @@
import python
/** A control flow node which might correpsond to a special method call. */
class PotentialSpecialMethodCallNode extends ControlFlowNode {
PotentialSpecialMethodCallNode() { this instanceof SpecialMethod::Potential}
PotentialSpecialMethodCallNode() { this instanceof SpecialMethod::Potential }
}
/**