mirror of
https://github.com/uutils/coreutils
synced 2024-12-13 23:02:38 +00:00
fix cargo fmt
This commit is contained in:
parent
98dd31c00d
commit
869614d343
1 changed files with 1 additions and 1 deletions
|
@ -23,9 +23,9 @@ use std::io::{stdin, BufRead, BufReader, BufWriter, ErrorKind, Read, Write};
|
|||
use std::path::Path;
|
||||
use uucore::display::Quotable;
|
||||
use uucore::error::{FromIo, UIoError, UResult, USimpleError, UUsageError};
|
||||
use uucore::{format_usage, help_about, help_usage, help_section};
|
||||
use uucore::parse_size::{parse_size, ParseSizeError};
|
||||
use uucore::uio_error;
|
||||
use uucore::{format_usage, help_about, help_section, help_usage};
|
||||
|
||||
static OPT_BYTES: &str = "bytes";
|
||||
static OPT_LINE_BYTES: &str = "line-bytes";
|
||||
|
|
Loading…
Reference in a new issue