diff --git a/client/src/control/ws.rs b/client/src/control/ws.rs index 603cf48..ebcb458 100644 --- a/client/src/control/ws.rs +++ b/client/src/control/ws.rs @@ -131,7 +131,10 @@ impl Listener { }, option = response_rx.recv() => match option { Some(response) => { - debug!("Dropping control response in absence of connection: {:?}", response); + debug!( + "Dropping control response in absence of connection: {:?}", + response, + ); continue }, None => {