Skip to content

Commit be41dc2

Browse files
committed
fmt
1 parent a455e7d commit be41dc2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/value_log.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -417,7 +417,7 @@ impl<C: Compressor + Clone> ValueLog<C> {
417417
log::debug!(
418418
"Blob file #{id} has no incoming references - can be dropped, freeing {} KiB on disk (userdata={} MiB)",
419419
segment.meta.compressed_bytes / 1_024,
420-
total_bytes / 1_024/ 1_024
420+
total_bytes / 1_024 / 1_024,
421421
);
422422
self.mark_as_stale(&[id]);
423423

0 commit comments

Comments
 (0)