diff --git a/src/main.rs b/src/main.rs index b9c57a5..e29bb19 100644 --- a/src/main.rs +++ b/src/main.rs @@ -250,9 +250,7 @@ async fn init_devices( } // if the index of the button is higher than the button count if button_count < button.index { - warn!( - "This button does not exist on device", - ); + warn!("This button does not exist on device",); continue 'device; } // create a channel for the module to receive device events