Skip to content

Commit 3d9bbf6

Browse files
committed
chore: lint
1 parent 2e1c19b commit 3d9bbf6

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

packages/account-tree-controller/src/AccountTreeController.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1158,7 +1158,9 @@ export class AccountTreeController extends BaseController<
11581158
// We clear existing contexts for previous accounts of that group because:
11591159
// - Accounts might have been removed
11601160
// - Accounts context mapping will get updated below
1161-
group.accounts.forEach(accountId => this.#accountIdToContext.delete(accountId));
1161+
group.accounts.forEach((accountId) =>
1162+
this.#accountIdToContext.delete(accountId),
1163+
);
11621164

11631165
group.accounts = accountIds;
11641166
}

0 commit comments

Comments
 (0)