Skip to content
This repository was archived by the owner on Oct 30, 2024. It is now read-only.

Commit b6b4103

Browse files
committed
Removes semicolon.
1 parent 80ac8b2 commit b6b4103

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/hdkey.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import Wallet from './index'
22

3-
const { HDKey } = require('ethereum-cryptography/hdkey');
3+
const { HDKey } = require('ethereum-cryptography/hdkey')
44

55
export default class EthereumHDKey {
66
/**

0 commit comments

Comments
 (0)