Skip to content

Commit

Permalink
Update src/bin/hms-mqtt-publish/main.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Dennis Luxen <ich@dennisluxen.de>
  • Loading branch information
gendelo3 and DennisOSRM authored Apr 17, 2024
1 parent 20a325a commit 7e966d2
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/bin/hms-mqtt-publish/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -86,9 +86,8 @@ fn main() {

if config.smiles_cooperation.is_some_and(|value| value) {
info!("S-Miles cloud cooperative mode enabled");
}
{
info!("S-Miles cloud cooperative mode enabled");
} else {
info!("S-Miles cloud cooperative mode disabled");
}

loop {
Expand Down

0 comments on commit 7e966d2

Please sign in to comment.