Fix formatting

This commit is contained in:
Benjamin Muskalla
2021-07-28 13:20:02 +02:00
parent b9f6b60c4d
commit 07303ccbb3

View File

@@ -12,5 +12,4 @@ where not api.getDeclaringType() instanceof TestLibrary
// TODO [bm]: the count is not aggregated and we have the same jar with multiple usages, e.g.
// 1 protobuf-java-3.17.3.jar 373
// 2 protobuf-java-3.17.3.jar 48
select api.jarName() as jarname, count(Call c | c.getCallee() = api) as Usages
order by Usages desc
select api.jarName() as jarname, count(Call c | c.getCallee() = api) as Usages order by Usages desc