cargo fmt

This commit is contained in:
Brent Schroeter 2025-09-06 02:44:03 -07:00
parent 2ef1b13bbe
commit 33754f5258

View file

@ -107,7 +107,8 @@ fn init_wifi(
let channel = if let Some(ours) = ours { let channel = if let Some(ours) = ours {
info!( info!(
"Found configured access point {} on channel {}", "Found configured access point {} on channel {}",
config::WIFI_SSID, ours.channel config::WIFI_SSID,
ours.channel
); );
Some(ours.channel) Some(ours.channel)
} else { } else {