Revert "Dangling commas are now required. (#1359)"

This reverts commit a6889776f4.
This commit is contained in:
Aniket-Engg
2018-10-01 15:49:33 +05:30
parent 86581c4548
commit fa7809a4ea
10 changed files with 26 additions and 26 deletions

View File

@ -28,7 +28,7 @@ function shouldBehaveLikeERC20Burnable (owner, initialBalance, [burner]) {
expectEvent.inLogs(this.logs, 'Transfer', {
from: owner,
to: ZERO_ADDRESS,
value: amount,
value: amount
});
});
}
@ -74,7 +74,7 @@ function shouldBehaveLikeERC20Burnable (owner, initialBalance, [burner]) {
expectEvent.inLogs(this.logs, 'Transfer', {
from: owner,
to: ZERO_ADDRESS,
value: amount,
value: amount
});
});
}