mirror of
https://github.com/github/codeql.git
synced 2026-05-05 13:45:19 +02:00
Python: Autoformat all .ql files.
This commit is contained in:
@@ -11,9 +11,5 @@
|
||||
import python
|
||||
|
||||
from Expr e
|
||||
where exists(ControlFlowNode f |
|
||||
f = e.getAFlowNode() |
|
||||
not f.refersTo(_)
|
||||
)
|
||||
|
||||
select e, "Expression does not 'point-to' any object."
|
||||
where exists(ControlFlowNode f | f = e.getAFlowNode() | not f.refersTo(_))
|
||||
select e, "Expression does not 'point-to' any object."
|
||||
|
||||
Reference in New Issue
Block a user