Skip to content

Commit 1442c30

Browse files
committed
chore: linting
1 parent 2293bbb commit 1442c30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/peer-id-factory/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ import { generateKeyPair, marshalPrivateKey, unmarshalPrivateKey, marshalPublicK
22
import { peerIdFromKeys, peerIdFromBytes } from '@libp2p/peer-id'
33
import { fromString as uint8ArrayFromString } from 'uint8arrays/from-string'
44
import { PeerIdProto } from './proto.js'
5-
import type { RSAPeerId, Ed25519PeerId, Secp256k1PeerId, PeerId } from '@libp2p/interface/peer-id'
65
import type { PublicKey, PrivateKey } from '@libp2p/interface/keys'
6+
import type { RSAPeerId, Ed25519PeerId, Secp256k1PeerId, PeerId } from '@libp2p/interface/peer-id'
77

88
export const createEd25519PeerId = async (): Promise<Ed25519PeerId> => {
99
const key = await generateKeyPair('Ed25519')

0 commit comments

Comments
 (0)