Skip to content

Commit de1c75c

Browse files
committed
Python: QL format
1 parent f8364dc commit de1c75c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

python/ql/src/semmle/python/SpecialMethods.qll

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,9 @@
1010

1111
import python
1212

13-
1413
/** A control flow node which might correpsond to a special method call. */
1514
class PotentialSpecialMethodCallNode extends ControlFlowNode {
16-
PotentialSpecialMethodCallNode() { this instanceof SpecialMethod::Potential}
15+
PotentialSpecialMethodCallNode() { this instanceof SpecialMethod::Potential }
1716
}
1817

1918
/**

0 commit comments

Comments
 (0)