diff --git a/contracts/token/ERC20/ERC20.sol b/contracts/token/ERC20/ERC20.sol index 769dc140a..0846fb2cb 100644 --- a/contracts/token/ERC20/ERC20.sol +++ b/contracts/token/ERC20/ERC20.sol @@ -177,7 +177,7 @@ contract ERC20 is Context, IERC20 { emit Transfer(address(0), account, amount); } - /** + /** * @dev Destroys `amount` tokens from `account`, reducing the * total supply. *