Skip to content

Commit

Permalink
Remove trailing spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
chefnomi committed Aug 24, 2020
1 parent eee6ead commit 73e1820
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions contracts/MockERC20.sol
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ import "@openzeppelin/contracts/token/ERC20/ERC20.sol";

contract MockERC20 is ERC20 {
constructor(
string memory name,
string memory symbol,
string memory name,
string memory symbol,
uint256 supply
) public ERC20(name, symbol) {
_mint(msg.sender, supply);
Expand Down

0 comments on commit 73e1820

Please sign in to comment.