aquatic_ws: run rustfmt

This commit is contained in:
Joakim Frostegård 2021-10-16 01:47:10 +02:00
parent 71c43aca47
commit c02d7f2113
3 changed files with 5 additions and 10 deletions

View file

@ -156,11 +156,11 @@ impl Connection {
.statistics
.responses_error
.fetch_add(1, Ordering::SeqCst);
eprintln!("received error response: {:?}", response.failure_reason);
self.can_send = true;
},
}
Err(err) => {
eprintln!("error deserializing offer: {:?}", err);
}