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:
@@ -13,5 +13,4 @@ import python
|
||||
|
||||
from Module m, int n
|
||||
where n = count(Class c | c.getEnclosingModule() = m)
|
||||
select m, n
|
||||
order by n desc
|
||||
select m, n order by n desc
|
||||
|
||||
Reference in New Issue
Block a user