Browse Source

Format.

main
Titouan Rigoudy 1 year ago
parent
commit
68cea41a65
1 changed files with 1 additions and 2 deletions
  1. +1
    -2
      client/src/client.rs

+ 1
- 2
client/src/client.rs View File

@ -459,8 +459,7 @@ impl Client {
if self.peers.len() == self.config.max_peers {
warn!(
"Cannot open peer connection ({}:{}): too many already open",
response.ip,
response.port,
response.ip, response.port,
);
return;
}


Loading…
Cancel
Save