Skip to content

Commit d0617ef

Browse files
committed
Autoformat
1 parent 4178002 commit d0617ef

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

python/ql/src/Expressions/UseofApply.ql

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,5 @@ import python
1313
private import semmle.python.types.Builtins
1414

1515
from CallNode call, ControlFlowNode func
16-
where
17-
major_version() = 2 and call.getFunction() = func and func.pointsTo(Value::named("apply"))
18-
select call, "Call to the obsolete builtin function 'apply'."
16+
where major_version() = 2 and call.getFunction() = func and func.pointsTo(Value::named("apply"))
17+
select call, "Call to the obsolete builtin function 'apply'."

0 commit comments

Comments
 (0)