Skip to content

Commit 07303cc

Browse files
author
Benjamin Muskalla
committed
Fix formatting
1 parent b9f6b60 commit 07303cc

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

java/ql/src/Telemetry/ExternalLibraryUsage.ql

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,4 @@ where not api.getDeclaringType() instanceof TestLibrary
1212
// TODO [bm]: the count is not aggregated and we have the same jar with multiple usages, e.g.
1313
// 1 protobuf-java-3.17.3.jar 373
1414
// 2 protobuf-java-3.17.3.jar 48
15-
select api.jarName() as jarname, count(Call c | c.getCallee() = api) as Usages
16-
order by Usages desc
15+
select api.jarName() as jarname, count(Call c | c.getCallee() = api) as Usages order by Usages desc

0 commit comments

Comments
 (0)