Skip to content

Commit

Permalink
lint: fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
alexfertel committed Aug 1, 2024
1 parent 3f18326 commit 3f50603
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions contracts/src/token/erc721/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -137,8 +137,8 @@ pub enum Error {
InvalidSender(ERC721InvalidSender),
/// Indicates a failure with the token `receiver`. Used in transfers.
InvalidReceiver(ERC721InvalidReceiver),
/// Indicates a failure with the token `receiver`, with the reason specified
/// by it.
/// Indicates a failure with the token `receiver`, with the reason
/// specified by it.
InvalidReceiverWithReason(call::Error),
/// Indicates a failure with the `operator`’s approval. Used in transfers.
InsufficientApproval(ERC721InsufficientApproval),
Expand Down

0 comments on commit 3f50603

Please sign in to comment.