dumb clippy double fmt

This commit is contained in:
n4n5
2025-11-09 17:19:18 -07:00
parent ce44b459df
commit 78a98c73c8
+1 -1
View File
@@ -291,7 +291,7 @@ fn main() -> io::Result<()> {
}
println!("Writing to utils");
let hashsum_cmd = (*utils.iter().find(|n| *n.0 == "hashsum").unwrap()).1.1;
let hashsum_cmd = utils.iter().find(|n| *n.0 == "hashsum").unwrap().1.1;
for (&name, (_, command)) in utils {
let (utils_name, usage_name, command) = match name {
"[" => {