Unverified Commit 3f442052 by Oleg Kuzmenko Committed by GitHub

Separate mapping keyword by whitespace (#2287)

Co-authored-by: pm_468 <oleg.kuzmenko@lindenvalley.de>
parent 21d06999
......@@ -48,7 +48,7 @@ contract ERC721 is Context, ERC165, IERC721, IERC721Metadata, IERC721Enumerable
string private _symbol;
// Optional mapping for token URIs
mapping(uint256 => string) private _tokenURIs;
mapping (uint256 => string) private _tokenURIs;
// Base URI
string private _baseURI;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment