From 33754f52583719c66f9fab2f2e3ddee4e5c3cafd Mon Sep 17 00:00:00 2001 From: Brent Schroeter Date: Sat, 6 Sep 2025 02:44:03 -0700 Subject: [PATCH] cargo fmt --- src/main.rs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/main.rs b/src/main.rs index d5854e0..3b58440 100644 --- a/src/main.rs +++ b/src/main.rs @@ -107,7 +107,8 @@ fn init_wifi( let channel = if let Some(ours) = ours { info!( "Found configured access point {} on channel {}", - config::WIFI_SSID, ours.channel + config::WIFI_SSID, + ours.channel ); Some(ours.channel) } else {