cargo fmt
This commit is contained in:
parent
2ef1b13bbe
commit
33754f5258
1 changed files with 2 additions and 1 deletions
|
@ -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 {
|
||||||
|
|
Loading…
Add table
Reference in a new issue