Skip to content

Commit a77a97f

Browse files
committed
fix: linting errors
1 parent 50370b7 commit a77a97f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/peer-id/test/index.spec.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
/* eslint-env mocha */
22
import { generateKeyPair } from '@libp2p/crypto/keys'
33
import { expect } from 'aegir/chai'
4-
import { base58btc } from 'multiformats/bases/base58'
5-
import { base36 } from 'multiformats/bases/base36'
64
import { base32 } from 'multiformats/bases/base32'
5+
import { base36 } from 'multiformats/bases/base36'
6+
import { base58btc } from 'multiformats/bases/base58'
77
import { CID } from 'multiformats/cid'
88
import { identity } from 'multiformats/hashes/identity'
99
import Sinon from 'sinon'

0 commit comments

Comments
 (0)