summaryrefslogtreecommitdiffstats
path: root/src/aggregate.rs
diff options
context:
space:
mode:
authorSebastian Thiel <sebastian.thiel@icloud.com>2020-07-22 09:03:09 +0800
committerSebastian Thiel <sebastian.thiel@icloud.com>2020-07-22 09:03:09 +0800
commit72e776d9a3668a81a9502e9560c06a2e500a37c8 (patch)
treecd4f3f55ca5f1516b15df6a65e52947ebe51d9a0 /src/aggregate.rs
parent1207bdd582c75895354b639fb81006d97076da83 (diff)
update to colored 2.0
Diffstat (limited to 'src/aggregate.rs')
-rw-r--r--src/aggregate.rs3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/aggregate.rs b/src/aggregate.rs
index 8d16047..044f8e0 100644
--- a/src/aggregate.rs
+++ b/src/aggregate.rs
@@ -2,8 +2,7 @@ use crate::{crossdev, InodeFilter, WalkOptions, WalkResult};
use anyhow::Result;
use colored::{Color, Colorize};
use filesize::PathExt;
-use std::borrow::Cow;
-use std::{io, path::Path};
+use std::{borrow::Cow, io, path::Path};
/// Aggregate the given `paths` and write information about them to `out` in a human-readable format.
/// If `compute_total` is set, it will write an additional line with the total size across all given `paths`.