mirror of
https://github.com/fluencelabs/rust-libp2p
synced 2025-06-24 07:11:38 +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
@ -745,8 +745,8 @@ fn process_kad_request<TUserData>(
|
||||
) -> Result<KademliaHandlerEvent<TUserData>, io::Error> {
|
||||
match event {
|
||||
KadRequestMsg::Ping => {
|
||||
// TODO: implement ; in practice the PING message is never used, so we may consider
|
||||
// removing it altogether
|
||||
// TODO: implement; although in practice the PING message is never
|
||||
// used, so we may consider removing it altogether
|
||||
Err(io::Error::new(
|
||||
io::ErrorKind::InvalidData,
|
||||
"the PING Kademlia message is not implemented",
|
||||
|
Reference in New Issue
Block a user