mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-28 03:27:44 +00:00
stty: cargo fmt
This commit is contained in:
parent
a1250ec462
commit
c269a386eb
1 changed files with 1 additions and 2 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue