Skip to content

Commit e01a45c

Browse files
committed
chore: lint
1 parent c59e153 commit e01a45c

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

app/scripts/metamask-controller.js

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5023,7 +5023,10 @@ export default class MetamaskController extends EventEmitter {
50235023
this.accountsController.setSelectedAccount(account.id);
50245024
}
50255025

5026-
const discoveredAccounts = await this._addAccountsWithBalance(id, shouldImportSolanaAccount);
5026+
const discoveredAccounts = await this._addAccountsWithBalance(
5027+
id,
5028+
shouldImportSolanaAccount,
5029+
);
50275030

50285031
return {
50295032
newAccountAddress,

0 commit comments

Comments
 (0)