Skip to content

Commit 124e086

Browse files
cargo fmt
1 parent 83c579f commit 124e086

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/uu/du/src/du_cached.rs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -374,7 +374,10 @@ pub fn du_parallel_cached(
374374
if !is_symlink {
375375
let disk_usage = result.blocks * 512;
376376
if std::env::var("DU_CACHE_DEBUG").is_ok() {
377-
eprintln!("[CACHE STORE] size={} blocks={} disk_usage={}", result.size, result.blocks, disk_usage);
377+
eprintln!(
378+
"[CACHE STORE] size={} blocks={} disk_usage={}",
379+
result.size, result.blocks, disk_usage
380+
);
378381
}
379382
update_cache(result.path.clone(), disk_usage);
380383

0 commit comments

Comments
 (0)