Skip to content

Commit 952e648

Browse files
committed
style(lint): fix static check
1 parent 559bd88 commit 952e648

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

impl/graphsync_test.go

-2
Original file line numberDiff line numberDiff line change
@@ -1390,8 +1390,6 @@ func TestUnixFSADLFetch(t *testing.T) {
13901390
ctx, cancel := context.WithTimeout(ctx, 20*time.Second)
13911391
defer cancel()
13921392

1393-
const unixfsChunkSize uint64 = 1 << 10
1394-
const unixfsLinksPerLevel = 1024
13951393
// make a blockstore and dag service
13961394
bs1 := bstore.NewBlockstore(dss.MutexWrap(datastore.NewMapDatastore()))
13971395

0 commit comments

Comments
 (0)