Skip to content

Commit c59e153

Browse files
committed
chore: lint
1 parent 2c14b05 commit c59e153

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

app/scripts/metamask-controller.js

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5311,16 +5311,16 @@ export default class MetamaskController extends EventEmitter {
53115311
solScope,
53125312
);
53135313

5314-
discoveredAccounts.solana = solanaAccounts.length;
5314+
discoveredAccounts.solana = solanaAccounts.length;
53155315

5316-
// If none accounts got discovered, we still create the first (default) one.
5317-
if (solanaAccounts.length === 0) {
5318-
await this._addSnapAccount(entropySource, solanaClient, {
5319-
scope: solScope,
5320-
});
5316+
// If none accounts got discovered, we still create the first (default) one.
5317+
if (solanaAccounts.length === 0) {
5318+
await this._addSnapAccount(entropySource, solanaClient, {
5319+
scope: solScope,
5320+
});
5321+
}
5322+
///: END:ONLY_INCLUDE_IF
53215323
}
5322-
///: END:ONLY_INCLUDE_IF
5323-
53245324
return discoveredAccounts;
53255325
} catch (e) {
53265326
log.warn(`Failed to add accounts with balance. Error: ${e}`);

ui/pages/multi-srp/import-srp/import-srp.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ export const ImportSrp = () => {
111111

112112
// Clear the secret recovery phrase after importing
113113
setSecretRecoveryPhrase(Array(defaultNumberOfWords).fill(''));
114-
114+
115115
// Track the event with the discovered accounts
116116
trackEvent({
117117
event:

0 commit comments

Comments
 (0)