Skip to content

Commit 3803a37

Browse files
committed
chore: fix linting
1 parent 0857d1f commit 3803a37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/car/src/utils/dag-walkers.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ import * as dagPb from '@ipld/dag-pb'
44
import * as cborg from 'cborg'
55
import { Type, Token } from 'cborg'
66
import * as cborgJson from 'cborg/json'
7-
import { CID } from 'multiformats/cid'
87
import { base64 } from 'multiformats/bases/base64'
8+
import { CID } from 'multiformats/cid'
99
import * as raw from 'multiformats/codecs/raw'
1010

1111
/**

0 commit comments

Comments
 (0)