mirror of
https://github.com/fluencelabs/rust-libp2p
synced 2025-07-07 05:31:34 +00:00
Chore/semi colons (#799)
* Add helpers for easier Transports creation (#777) * Add helpers for easier Transports creation * Fix doctests * Fix ' ;' occurrences
This commit is contained in:
committed by
Toralf Wittner
parent
83320e0347
commit
f541df391a
@ -107,7 +107,7 @@ where
|
||||
}
|
||||
EitherOutput::First(sender) => {
|
||||
let observed = self.observed_addresses.get(&peer_id)
|
||||
.expect("We only receive events from nodes we're connected to ; we insert \
|
||||
.expect("We only receive events from nodes we're connected to. We insert \
|
||||
into the hashmap when we connect to a node and remove only when we \
|
||||
disconnect; QED");
|
||||
self.to_answer.push((sender, observed.clone()));
|
||||
|
Reference in New Issue
Block a user