Skip to content

Commit

Permalink
fix: goimports
Browse files Browse the repository at this point in the history
  • Loading branch information
bryanchriswhite committed Jul 7, 2023
1 parent 8c6ac68 commit b76efdf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion p2p/background/router_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import (
libp2pHost "github.com/libp2p/go-libp2p/core/host"
libp2pNetwork "github.com/libp2p/go-libp2p/core/network"
libp2pPeer "github.com/libp2p/go-libp2p/core/peer"
"github.com/libp2p/go-libp2p/p2p/net/mock"
mocknet "github.com/libp2p/go-libp2p/p2p/net/mock"
"github.com/multiformats/go-multiaddr"
"github.com/stretchr/testify/require"
"google.golang.org/protobuf/proto"
Expand Down

0 comments on commit b76efdf

Please sign in to comment.