Skip to content

Commit feed0eb

Browse files
committed
Rust: Autoformat.
1 parent f07f618 commit feed0eb

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

rust/ql/src/queries/summary/SummaryStats.ql

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,7 @@ where
2323
key = "Files extracted - total" and value = count(File f | exists(f.getRelativePath()))
2424
or
2525
key = "Files extracted - with errors" and
26-
value =
27-
count(File f | exists(f.getRelativePath()) and not f instanceof SuccessfullyExtractedFile)
26+
value = count(File f | exists(f.getRelativePath()) and not f instanceof SuccessfullyExtractedFile)
2827
or
2928
key = "Files extracted - without errors" and
3029
value = count(SuccessfullyExtractedFile f | exists(f.getRelativePath()))

0 commit comments

Comments
 (0)