Skip to content

Commit 888b687

Browse files
committed
Run cargo fmt --all
1 parent f0c102c commit 888b687

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

examples/dd_test.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@
1515
//! [INFO ] Total bandwidth: 1.11 GiB/s
1616
//! ```
1717
use byte_unit::Byte;
18+
use clap::Parser;
1819
use cmd_lib::*;
1920
use rayon::prelude::*;
2021
use std::time::Instant;
21-
use clap::Parser;
2222

2323
const DATA_SIZE: u64 = 10 * 1024 * 1024 * 1024; // 10GB data
2424

rustfmt.toml

Whitespace-only changes.

0 commit comments

Comments
 (0)