mirror of
https://github.com/uutils/coreutils
synced 2024-11-10 07:04:16 +00:00
basename: fix rustfmt problem
This commit is contained in:
parent
c3f7be1994
commit
e37e5ad915
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ use clap::{crate_version, Arg, ArgAction, Command};
|
|||
use std::path::{is_separator, PathBuf};
|
||||
use uucore::display::Quotable;
|
||||
use uucore::error::{UResult, UUsageError};
|
||||
use uucore::{format_usage, help_usage, help_about};
|
||||
use uucore::{format_usage, help_about, help_usage};
|
||||
|
||||
static ABOUT: &str = help_about!("basename.md");
|
||||
|
||||
|
|
Loading…
Reference in a new issue