mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
chore: make clippy happy (#13772)
This commit is contained in:
@ -49,7 +49,7 @@ where
|
||||
info!("Session established with peer: {:?}", peer_id);
|
||||
return Some(peer_id)
|
||||
}
|
||||
_ => continue,
|
||||
_ => {}
|
||||
}
|
||||
}
|
||||
None
|
||||
|
||||
Reference in New Issue
Block a user