Skip to content

Commit dda619c

Browse files
committed
fix: remove empty line between doc comments (clippy)
1 parent a918ae0 commit dda619c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

crates/p2p-consensus/src/network.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,6 @@ const RATE_LIMIT_WINDOW_MS: i64 = 1000;
191191
const NONCE_EXPIRY_MS: i64 = 5 * 60 * 1000;
192192

193193
/// Authentication timeout in seconds - peers must send PeerAnnounce within this time
194-
195194
/// P2P network node
196195
pub struct P2PNetwork {
197196
/// Local keypair

0 commit comments

Comments
 (0)