convert 2 spaces to 4 spaces
This commit is contained in:
@ -9,14 +9,14 @@ import "./IERC721.sol";
|
||||
* @dev See https://github.com/ethereum/EIPs/blob/master/EIPS/eip-721.md
|
||||
*/
|
||||
contract IERC721Enumerable is Initializable, IERC721 {
|
||||
function totalSupply() public view returns (uint256);
|
||||
function tokenOfOwnerByIndex(
|
||||
address owner,
|
||||
uint256 index
|
||||
)
|
||||
public
|
||||
view
|
||||
returns (uint256 tokenId);
|
||||
function totalSupply() public view returns (uint256);
|
||||
function tokenOfOwnerByIndex(
|
||||
address owner,
|
||||
uint256 index
|
||||
)
|
||||
public
|
||||
view
|
||||
returns (uint256 tokenId);
|
||||
|
||||
function tokenByIndex(uint256 index) public view returns (uint256);
|
||||
function tokenByIndex(uint256 index) public view returns (uint256);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user