Skip to content

Commit 9b15d02

Browse files
committed
Fix clippy
1 parent 5d504d1 commit 9b15d02

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Diff for: packages/snip721/src/query.rs

+4-4
Original file line numberDiff line numberDiff line change
@@ -48,11 +48,11 @@ pub struct NumTokens {
4848
/// response for [`AllTokens`](QueryMsg::AllTokens) and [`Tokens`](QueryMsg::Tokens)
4949
///
5050
/// * AllTokens:
51-
/// display an optionally paginated list of all the tokens controlled by the contract.
52-
/// The token supply must either be public, or the querier must be authorized to view
51+
/// display an optionally paginated list of all the tokens controlled by the contract.
52+
/// The token supply must either be public, or the querier must be authorized to view
5353
/// * Tokens:
54-
/// displays a list of all the tokens belonging to the input owner in which the viewer
55-
/// has view_owner permission
54+
/// displays a list of all the tokens belonging to the input owner in which the viewer
55+
/// has view_owner permission
5656
#[derive(Serialize, Deserialize, Clone, Debug, PartialEq, Eq, JsonSchema)]
5757
pub struct TokenList {
5858
/// list of token IDs

0 commit comments

Comments
 (0)