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);