Skip to content

Commit 141fc25

Browse files
committed
chore: gofmt
1 parent 4ae1f47 commit 141fc25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

testplans/graphsync/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,14 +24,14 @@ import (
2424
chunk "github.com/ipfs/boxo/chunker"
2525
offline "github.com/ipfs/boxo/exchange/offline"
2626
"github.com/ipfs/boxo/files"
27+
"github.com/ipfs/boxo/ipld/merkledag"
2728
"github.com/ipfs/boxo/ipld/unixfs/importer/balanced"
2829
ihelper "github.com/ipfs/boxo/ipld/unixfs/importer/helpers"
2930
"github.com/ipfs/go-cid"
3031
ds "github.com/ipfs/go-datastore"
3132
dss "github.com/ipfs/go-datastore/sync"
3233
badgerds "github.com/ipfs/go-ds-badger2"
3334
format "github.com/ipfs/go-ipld-format"
34-
"github.com/ipfs/boxo/ipld/merkledag"
3535
cidlink "github.com/ipld/go-ipld-prime/linking/cid"
3636
"github.com/ipld/go-ipld-prime/storage/bsadapter"
3737
"github.com/libp2p/go-libp2p"

0 commit comments

Comments
 (0)