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

@@ -4,8 +4,8 @@ use env_logger::Env;
mod orbic;
mod tplink;
mod wingtech;
mod util;
mod wingtech;
pub static CONFIG_TOML: &str = include_str!("../../dist/config.toml.example");
pub static RAYHUNTER_DAEMON_INIT: &str = include_str!("../../dist/scripts/rayhunter_daemon");