Skip to content

Commit

Permalink
chore: make lint happy
Browse files Browse the repository at this point in the history
  • Loading branch information
Vid201 committed Dec 16, 2023
1 parent 3925295 commit 55cbb8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/p2p/src/behaviour.rs
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ impl Behaviour {
let reqrep = request_response::Behaviour::new(Default::default());
let discovery = Discovery::new(enr, key, config)?;
let peer_manager = PeerManager::new(ping_interval, target_peers);

Ok(Self {
gossipsub,
reqrep,
Expand Down

0 comments on commit 55cbb8d

Please sign in to comment.