Skip to content

Commit

Permalink
adding format
Browse files Browse the repository at this point in the history
  • Loading branch information
David E. Perez Negron R. committed Sep 19, 2024
1 parent 6d8aecc commit 503af7b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions examples/relay-server/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,6 @@ async fn main() -> Result<(), Box<dyn Error>> {
.with(Protocol::QuicV1);
swarm.listen_on(listen_addr_quic)?;


loop {
match swarm.next().await.expect("Infinite Stream.") {
SwarmEvent::Behaviour(event) => {
Expand All @@ -101,7 +100,6 @@ async fn main() -> Result<(), Box<dyn Error>> {
_ => {}
}
}

}

#[derive(NetworkBehaviour)]
Expand Down

0 comments on commit 503af7b

Please sign in to comment.