feat: apply eslint --fix across project

This commit is contained in:
Matt Condon
2017-11-24 14:31:52 +02:00
parent 6ea0577bfe
commit 8662846838
53 changed files with 1692 additions and 807 deletions

View File

@ -13,7 +13,7 @@ export default async promise => {
const revert = error.message.search('revert') >= 0;
assert(
invalidOpcode || outOfGas || revert,
"Expected throw, got '" + error + "' instead",
'Expected throw, got \'' + error + '\' instead',
);
return;
}