From 31bd60dea18df8129c75bec978071c536675aee1 Mon Sep 17 00:00:00 2001 From: Markus Unterwaditzer Date: Tue, 5 Aug 2025 21:11:17 +0200 Subject: [PATCH] cargo fmt --- installer/src/uz801.rs | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/installer/src/uz801.rs b/installer/src/uz801.rs index 4475911..2d66375 100644 --- a/installer/src/uz801.rs +++ b/installer/src/uz801.rs @@ -199,9 +199,7 @@ fn install_file(adb_device: &mut ADBUSBDevice, dest: &str, payload: &[u8]) -> Re // Verification failed, clean up and retry if attempt < MAX_RETRIES { - println!( - "MD5 verification failed on attempt {attempt}, retrying..." - ); + println!("MD5 verification failed on attempt {attempt}, retrying..."); let mut buf = Vec::::new(); adb_device .shell_command(&["rm", "-f", &push_tmp_path], &mut buf)