Skip to content

Commit

Permalink
fix formatting from #3306
Browse files Browse the repository at this point in the history
  • Loading branch information
ctb committed Aug 26, 2024
1 parent c46618e commit 85f9be7
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/core/src/index/revindex/disk_revindex.rs
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,10 @@ impl RevIndex {

info!("Compact SSTs");
index.compact();
info!("Done! Processed {} reference sigs", processed_sigs.into_inner());
info!(

Check warning on line 117 in src/core/src/index/revindex/disk_revindex.rs

View check run for this annotation

Codecov / codecov/patch

src/core/src/index/revindex/disk_revindex.rs#L117

Added line #L117 was not covered by tests
"Done! Processed {} reference sigs",
processed_sigs.into_inner()
);

Ok(module::RevIndex::Plain(index))
}
Expand Down

0 comments on commit 85f9be7

Please sign in to comment.