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 4217012 commit fd7f21f
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions lib/peer-resolver/src/register.rs
Original file line number Diff line number Diff line change
@@ -1,10 +1,14 @@
use std::time::Duration;

use libp2p::futures::StreamExt;
use libp2p::identity::Keypair;
use libp2p::rendezvous::Namespace;
use libp2p::swarm::{NetworkBehaviour, SwarmEvent};
use libp2p::{identify, noise, rendezvous, tcp, yamux, Multiaddr, PeerId, Swarm};
use libp2p::{
futures::StreamExt,
identify,
identity::Keypair,
noise, rendezvous,
rendezvous::Namespace,
swarm::{NetworkBehaviour, SwarmEvent},
tcp, yamux, Multiaddr, PeerId, Swarm,
};

use crate::error::ResolverError;

Expand Down

0 comments on commit fd7f21f

Please sign in to comment.