fix cargo fmt

This commit is contained in:
m11o 2023-04-25 22:01:10 +09:00
parent 98dd31c00d
commit 869614d343

View file

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