mirror of
https://github.com/uutils/coreutils
synced 2024-12-13 14:52:41 +00:00
fix cargo fmt
This commit is contained in:
parent
c49769865a
commit
0391239273
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ use std::ops::ControlFlow;
|
|||
use std::os::unix::fs::OpenOptionsExt;
|
||||
use std::os::unix::io::{AsRawFd, IntoRawFd, RawFd};
|
||||
use uucore::error::{UResult, USimpleError};
|
||||
use uucore::{format_usage, help_usage, help_about};
|
||||
use uucore::{format_usage, help_about, help_usage};
|
||||
|
||||
#[cfg(not(any(
|
||||
target_os = "freebsd",
|
||||
|
|
Loading…
Reference in a new issue