mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-28 11:37: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]
|
#[uucore::main]
|
||||||
pub fn uumain(args: impl uucore::Args) -> UResult<()> {
|
pub fn uumain(args: impl uucore::Args) -> UResult<()> {
|
||||||
let args = args
|
let args = args.collect_lossy();
|
||||||
.collect_lossy();
|
|
||||||
|
|
||||||
let matches = uu_app().get_matches_from(args);
|
let matches = uu_app().get_matches_from(args);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue