From 0391239273d1ec98c64330df84095ab4e5fb21f9 Mon Sep 17 00:00:00 2001 From: m11o Date: Thu, 27 Apr 2023 22:17:37 +0900 Subject: [PATCH] fix cargo fmt --- src/uu/stty/src/stty.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/uu/stty/src/stty.rs b/src/uu/stty/src/stty.rs index 19340830d..e09662471 100644 --- a/src/uu/stty/src/stty.rs +++ b/src/uu/stty/src/stty.rs @@ -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",