1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-28 11:37:44 +00:00

cargo fmt

This commit is contained in:
Sylvestre Ledru 2025-06-03 00:12:38 +02:00
parent 154250ac24
commit 005f0b7737

View file

@ -169,7 +169,6 @@ fn main() {
match utils.get(util) {
Some(&(uumain, _)) => {
let code = uumain(
vec![util_os, OsString::from("--help")]
.into_iter()