cargo fmt pass

This commit is contained in:
Andrej
2025-08-03 18:49:38 -04:00
parent 1f19bc880f
commit 574e897610
2 changed files with 7 additions and 5 deletions
+1 -1
View File
@@ -1,3 +1,4 @@
use std::io::Write;
/// Installer for the Uz801 hotspot.
///
/// Installation process:
@@ -6,7 +7,6 @@
/// 3. Use ADB to install rayhunter files
/// 4. Modify startup script to launch rayhunter on boot
use std::time::Duration;
use std::io::Write;
use adb_client::{ADBDeviceExt, ADBUSBDevice, RustADBError};
use anyhow::Result;