From 7be3c984bf96c28e801c43b72b33c6c758965d90 Mon Sep 17 00:00:00 2001 From: Fl1tzi Date: Wed, 5 Apr 2023 00:06:07 +0200 Subject: [PATCH] fmt --- src/main.rs | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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