Separate mapping keyword by whitespace (#2287)
Co-authored-by: pm_468 <oleg.kuzmenko@lindenvalley.de>
This commit is contained in:
@ -48,7 +48,7 @@ contract ERC721 is Context, ERC165, IERC721, IERC721Metadata, IERC721Enumerable
|
|||||||
string private _symbol;
|
string private _symbol;
|
||||||
|
|
||||||
// Optional mapping for token URIs
|
// Optional mapping for token URIs
|
||||||
mapping(uint256 => string) private _tokenURIs;
|
mapping (uint256 => string) private _tokenURIs;
|
||||||
|
|
||||||
// Base URI
|
// Base URI
|
||||||
string private _baseURI;
|
string private _baseURI;
|
||||||
|
|||||||
Reference in New Issue
Block a user