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
|
@ -3,11 +3,11 @@
|
|||
// For the full copyright and license information, please view the LICENSE
|
||||
// file that was distributed with this source code.
|
||||
// spell-checker:ignore nusr
|
||||
use crate::common::util::{get_root_path, TestScenario};
|
||||
use crate::common::util::{TestScenario, get_root_path};
|
||||
|
||||
#[cfg(windows)]
|
||||
use regex::Regex;
|
||||
use std::path::{Path, MAIN_SEPARATOR};
|
||||
use std::path::{MAIN_SEPARATOR, Path};
|
||||
|
||||
static GIBBERISH: &str = "supercalifragilisticexpialidocious";
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue