Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
marvin-j97 committed Oct 30, 2024
1 parent a455e7d commit be41dc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/value_log.rs
Original file line number Diff line number Diff line change
Expand Up @@ -417,7 +417,7 @@ impl<C: Compressor + Clone> ValueLog<C> {
log::debug!(
"Blob file #{id} has no incoming references - can be dropped, freeing {} KiB on disk (userdata={} MiB)",
segment.meta.compressed_bytes / 1_024,
total_bytes / 1_024/ 1_024
total_bytes / 1_024 / 1_024,
);
self.mark_as_stale(&[id]);

Expand Down

0 comments on commit be41dc2

Please sign in to comment.