1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-09-15 11:36:16 +00:00

Fix a clippy warning

This commit is contained in:
Rémi Lauzier 2021-06-20 21:21:50 -04:00
parent d3181fa60e
commit 6aa79440f5
No known key found for this signature in database
GPG key ID: D4B9ECD143336C1D

View file

@ -89,8 +89,8 @@ impl Config {
signal,
duration,
preserve_status,
command,
verbose,
command,
}
}
}