mirror of
https://github.com/uutils/coreutils
synced 2024-12-14 07:12:44 +00:00
Fix style violation in src/uu/printf/src/printf.rs
This commit is contained in:
parent
57a70eb200
commit
e5d88082c4
1 changed files with 1 additions and 1 deletions
|
@ -4,8 +4,8 @@
|
|||
|
||||
use clap::{crate_version, Arg, ArgAction, Command};
|
||||
use uucore::error::{UResult, UUsageError};
|
||||
use uucore::{format_usage, help_about, help_usage, help_section};
|
||||
use uucore::memo::printf;
|
||||
use uucore::{format_usage, help_about, help_section, help_usage};
|
||||
|
||||
const VERSION: &str = "version";
|
||||
const HELP: &str = "help";
|
||||
|
|
Loading…
Reference in a new issue