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 {
info!(
"Found configured access point {} on channel {}",
config::WIFI_SSID, ours.channel
config::WIFI_SSID,
ours.channel
);
Some(ours.channel)
} else {