Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
umgefahren committed May 8, 2024
1 parent 0724086 commit 45863c3
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions protocols/autonat/src/behaviour.rs
Original file line number Diff line number Diff line change
Expand Up @@ -517,8 +517,13 @@ impl NetworkBehaviour for Behaviour {
role_override: Endpoint,
port_use: PortUse,
) -> Result<THandler<Self>, ConnectionDenied> {
self.inner
.handle_established_outbound_connection(connection_id, peer, addr, role_override, port_use)
self.inner.handle_established_outbound_connection(
connection_id,
peer,
addr,
role_override,
port_use,
)
}

fn on_swarm_event(&mut self, event: FromSwarm) {
Expand Down

0 comments on commit 45863c3

Please sign in to comment.