refactor: cargo fmt

This commit is contained in:
Jack Wills
2022-05-30 02:31:20 +00:00
parent 28555d25b2
commit f9075519ed
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -277,7 +277,7 @@ impl Stats for ByteStats {
}
}
// convert from bytes to kb, mb, gb etc
// convert from bytes to kB, MB, GB etc
impl fmt::Display for ByteStats {
fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result {
let one_kb = 1000.0;