Эх сурвалжийг харах

Separate mapping keyword by whitespace (#2287)

Co-authored-by: pm_468 <oleg.kuzmenko@lindenvalley.de>
Oleg Kuzmenko 5 жил өмнө
parent
commit
3f4420527b

+ 1 - 1
contracts/token/ERC721/ERC721.sol

@@ -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;