basename: fix rustfmt problem

This commit is contained in:
curtain 2023-02-23 09:43:54 +08:00
parent c3f7be1994
commit e37e5ad915
No known key found for this signature in database
GPG key ID: 8FCF6EB27D528E38

View file

@ -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");