chore: cargo fmt

This commit is contained in:
oopsbagel
2025-06-12 00:43:00 -07:00
parent cba898daf6
commit 79b2628d2f
4 changed files with 5 additions and 4 deletions

View File

@@ -9,8 +9,8 @@ use nusb::{Device, Interface};
use sha2::{Digest, Sha256};
use tokio::time::sleep;
use crate::{CONFIG_TOML, RAYHUNTER_DAEMON_INIT};
use crate::util::echo;
use crate::{CONFIG_TOML, RAYHUNTER_DAEMON_INIT};
pub const ORBIC_NOT_FOUND: &str = r#"No Orbic device found.
Make sure your device is plugged in and turned on.