Skip to content

Commit 443ec7e

Browse files
fix eslint
1 parent 2536c9f commit 443ec7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wallets/mock-wallet/src/ethereum-wallet.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ export class MockEthereumWallet extends EthereumWallet {
190190
derivationPaths: string[];
191191
accountCount: number;
192192
currentAccountIndex: number;
193-
} {
193+
} {
194194
return {
195195
mnemonic: this.mnemonic,
196196
derivationPaths: [...this.derivationPaths],

0 commit comments

Comments
 (0)