Skip to content

Commit

Permalink
fix: Cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
aidan46 committed Dec 20, 2024
1 parent 8a7d551 commit ce0719f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/peer-resolver/src/discovery.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,10 @@ use std::time::Duration;
use libp2p::{
futures::StreamExt,
identity::Keypair,
noise,
rendezvous::{client, Cookie},
swarm::{NetworkBehaviour, SwarmEvent},
{noise, tcp, yamux, Multiaddr, PeerId, Swarm},
tcp, yamux, Multiaddr, PeerId, Swarm,
};

use crate::error::ResolverError;
Expand Down

0 comments on commit ce0719f

Please sign in to comment.