Skip to content

Commit dd298f0

Browse files
committed
linting
1 parent f16220d commit dd298f0

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

libs/remix-ui/run-tab/src/lib/actions/account.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,8 @@ export const fillAccountsList = async (plugin: RunTab, dispatch: React.Dispatch<
2323
if (!accounts) accounts = []
2424

2525
const loadedAccounts = {}
26-
2726

28-
for (const account of accounts) {
27+
for (const account of accounts) {
2928
const balance = await plugin.blockchain.getBalanceInEther(account)
3029
loadedAccounts[account] = shortenAddress(account, balance)
3130
}

0 commit comments

Comments
 (0)