Skip to content

Commit ba58f24

Browse files
Fmt
1 parent 9496b43 commit ba58f24

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

protocols/identify/src/handler.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -344,8 +344,7 @@ impl ConnectionHandler for Handler {
344344
ConnectionEvent::DialUpgradeError(dial_upgrade_error) => {
345345
self.on_dial_upgrade_error(dial_upgrade_error)
346346
}
347-
ConnectionEvent::AddressChange(_)
348-
| ConnectionEvent::ListenUpgradeError(_) => {}
347+
ConnectionEvent::AddressChange(_) | ConnectionEvent::ListenUpgradeError(_) => {}
349348
ConnectionEvent::ProtocolsChange(_) => {
350349
// TODO:
351350
// 1. push protocol changes

0 commit comments

Comments
 (0)