From c269a386eb59fe454c2f8982ff1f6d26bf7e60f3 Mon Sep 17 00:00:00 2001 From: Terts Diepraam Date: Fri, 19 Aug 2022 13:12:43 +0200 Subject: [PATCH] stty: cargo fmt --- src/uu/stty/src/stty.rs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/uu/stty/src/stty.rs b/src/uu/stty/src/stty.rs index 5303e3959..23c1c357c 100644 --- a/src/uu/stty/src/stty.rs +++ b/src/uu/stty/src/stty.rs @@ -137,8 +137,7 @@ ioctl_write_ptr_bad!( #[uucore::main] pub fn uumain(args: impl uucore::Args) -> UResult<()> { - let args = args - .collect_lossy(); + let args = args.collect_lossy(); let matches = uu_app().get_matches_from(args);