Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Jorropo committed Jul 21, 2023
1 parent 2db936a commit 2b4eb15
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions core/node/libp2p/rcmgr.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ import (
"github.com/libp2p/go-libp2p/core/peer"
"github.com/libp2p/go-libp2p/core/protocol"
rcmgr "github.com/libp2p/go-libp2p/p2p/host/resource-manager"
rcmgrObs "github.com/libp2p/go-libp2p/p2p/host/resource-manager/obs"
"github.com/multiformats/go-multiaddr"
"go.uber.org/fx"

Expand Down Expand Up @@ -70,7 +69,7 @@ filled in with autocomputed defaults.`)
return nil, opts, err
}

str, err := rcmgrObs.NewStatsTraceReporter()
str, err := rcmgr.NewStatsTraceReporter()
if err != nil {
return nil, opts, err
}
Expand Down

0 comments on commit 2b4eb15

Please sign in to comment.