Skip to content
This repository was archived by the owner on Mar 28, 2023. It is now read-only.

Commit baed0c2

Browse files
committed
gofmt
1 parent 2896990 commit baed0c2

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

core/net.go

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,18 @@ import (
44
"encoding/base64"
55
"errors"
66
"fmt"
7-
"github.com/OpenBazaar/openbazaar-go/net"
87
"gx/ipfs/QmUadX5EcvrBmxAV9sE7wUWtWSqxns5K84qKJBixmcT1w9/go-datastore"
98
"gx/ipfs/QmYxUdYY9S6yg5tSPVin5GFTvtfsLauVcr7reHDD3dM8xf/go-libp2p-routing"
109
"sync"
1110
"time"
1211

12+
"github.com/OpenBazaar/openbazaar-go/net"
13+
1314
libp2p "gx/ipfs/QmTW4SdgBWq9GjsBsHeUx8WuGxzhgzAf88UMH2w62PC8yK/go-libp2p-crypto"
1415
"gx/ipfs/QmTbxNB1NwDesLmKTscr4udL2tVP7MaxvXnD1D9yX7g3PN/go-cid"
1516
"gx/ipfs/QmYVXrKrKHDC9FobgmcmshCDyWwdrfwfanNQN4oxJ9Fk3h/go-libp2p-peer"
1617
"gx/ipfs/QmerPMzPk1mJVowm8KgmoknWa4yCYvvugMPsgWmDNUvDLW/go-multihash"
18+
1719
"github.com/OpenBazaar/openbazaar-go/ipfs"
1820

1921
"github.com/OpenBazaar/openbazaar-go/pb"
@@ -121,7 +123,7 @@ func (n *OpenBazaarNode) SendOfflineMessage(p peer.ID, k *libp2p.PubKey, m *pb.M
121123
return mherr
122124
}
123125
/* TODO: We are just using a default prefix length for now. Eventually we will want to customize this,
124-
but we will need some way to get the recipient's desired prefix length. Likely will be in profile. */
126+
but we will need some way to get the recipient's desired prefix length. Likely will be in profile. */
125127
pointer, err := ipfs.NewPointer(mh, DefaultPointerPrefixLength, addr, ciphertext)
126128
if err != nil {
127129
return err

0 commit comments

Comments
 (0)