diff --git a/src/contracts/gho/GhoToken.sol b/src/contracts/gho/GhoToken.sol index 00913519..ad3df8eb 100644 --- a/src/contracts/gho/GhoToken.sol +++ b/src/contracts/gho/GhoToken.sol @@ -20,7 +20,9 @@ contract GhoToken is ERC20, Ownable, IGhoToken { /** * @dev Constructor */ - constructor() ERC20('Gho Token', 'GHO', 18) {} + constructor() ERC20('Gho Token', 'GHO', 18) { + // Intentionally left blank + } /** * @notice Mints the requested amount of tokens to the account address.