fix linting issue

This commit is contained in:
Iuri Matias 2018-07-30 06:58:54 -04:00
parent 0cb093b280
commit c44a95e6ea
1 changed files with 1 additions and 0 deletions

View File

@ -19,6 +19,7 @@ class DevFunds {
this.balance = getWeiBalanceFromString(this.blockchainConfig.account.balance, this.web3);
}
} catch(_err) {
// empty for now
}
}