Align comments (#2458)

pull/2467/head
Bill Hsu 4 years ago committed by GitHub
parent 318c4b44ea
commit 65b7e515a2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      contracts/token/ERC721/IERC721.sol

@ -117,8 +117,8 @@ interface IERC721 is IERC165 {
*
* Requirements:
*
* - `from` cannot be the zero address.
* - `to` cannot be the zero address.
* - `from` cannot be the zero address.
* - `to` cannot be the zero address.
* - `tokenId` token must exist and be owned by `from`.
* - If the caller is not `from`, it must be approved to move this token by either {approve} or {setApprovalForAll}.
* - If `to` refers to a smart contract, it must implement {IERC721Receiver-onERC721Received}, which is called upon a safe transfer.

Loading…
Cancel
Save