Browse Source

Wrap over-long line.

wip
Titouan Rigoudy 4 years ago
parent
commit
f85079f028
1 changed files with 4 additions and 1 deletions
  1. +4
    -1
      client/src/control/ws.rs

+ 4
- 1
client/src/control/ws.rs View File

@ -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 => {


Loading…
Cancel
Save