Skip to content

Commit bae8856

Browse files
committed
remove whitespace diff
1 parent 7bc4bef commit bae8856

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

p2p/host/autonat/autonat.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,6 @@ func New(h host.Host, options ...Option) (AutoNAT, error) {
120120
as.status.Store(autoNATResult{network.ReachabilityUnknown, nil})
121121

122122
subscriber, err := as.host.EventBus().Subscribe([]interface{}{new(event.EvtLocalAddressesUpdated), new(event.EvtPeerIdentificationCompleted)})
123-
124123
if err != nil {
125124
return nil, err
126125
}

0 commit comments

Comments
 (0)