mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-28 03:27:44 +00:00
Run cargo fmt on the tree
This commit is contained in:
parent
36dd968c9a
commit
a85539f530
189 changed files with 841 additions and 782 deletions
|
@ -14,11 +14,11 @@
|
|||
)]
|
||||
|
||||
use crate::common::random::{AlphanumericNewline, RandomizedString};
|
||||
use crate::common::util::TestScenario;
|
||||
#[cfg(unix)]
|
||||
use crate::common::util::expected_result;
|
||||
#[cfg(not(windows))]
|
||||
use crate::common::util::is_ci;
|
||||
use crate::common::util::TestScenario;
|
||||
use pretty_assertions::assert_eq;
|
||||
use rand::distr::Alphanumeric;
|
||||
use rstest::rstest;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue