Skip to content

Commit c44a95e

Browse files
committed
fix linting issue
1 parent 0cb093b commit c44a95e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/cmds/blockchain/dev_funds.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ class DevFunds {
1919
this.balance = getWeiBalanceFromString(this.blockchainConfig.account.balance, this.web3);
2020
}
2121
} catch(_err) {
22+
// empty for now
2223
}
2324
}
2425

0 commit comments

Comments
 (0)