Skip to content

Commit

Permalink
Fix clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
iKapitonau committed Nov 13, 2024
1 parent 5d504d1 commit 9b15d02
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions packages/snip721/src/query.rs
Original file line number Diff line number Diff line change
Expand Up @@ -48,11 +48,11 @@ pub struct NumTokens {
/// response for [`AllTokens`](QueryMsg::AllTokens) and [`Tokens`](QueryMsg::Tokens)
///
/// * AllTokens:
/// display an optionally paginated list of all the tokens controlled by the contract.
/// The token supply must either be public, or the querier must be authorized to view
/// display an optionally paginated list of all the tokens controlled by the contract.
/// The token supply must either be public, or the querier must be authorized to view
/// * Tokens:
/// displays a list of all the tokens belonging to the input owner in which the viewer
/// has view_owner permission
/// displays a list of all the tokens belonging to the input owner in which the viewer
/// has view_owner permission
#[derive(Serialize, Deserialize, Clone, Debug, PartialEq, Eq, JsonSchema)]
pub struct TokenList {
/// list of token IDs
Expand Down

0 comments on commit 9b15d02

Please sign in to comment.