chore: formatting in select! macro

This commit is contained in:
Byron Hambly 2022-08-04 14:27:50 +02:00
parent ec169916d6
commit dc68344b62
No known key found for this signature in database
GPG key ID: DE8F6EA20A661697

View file

@ -167,7 +167,6 @@ impl EventLoop {
}
SwarmEvent::OutgoingConnectionError { peer_id, error } => {
if let Some(peer_id_from_error) = peer_id {
if peer_id_from_error == self.rendezvous_peer_id {
tracing::error!(
"Failed to connect to rendezvous point at {}: {}",