Skip to content

Commit

Permalink
fix: clippy issues
Browse files Browse the repository at this point in the history
  • Loading branch information
remiroyc committed Sep 2, 2024
1 parent b214503 commit 7653b26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/ark-metadata/src/utils.rs
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ fn fetch_onchain_metadata(uri: &str) -> Result<TokenMetadata> {
.and_then(|s| DisplayType::from_str(s).ok());

Some(MetadataAttribute {
display_type: display_type,
display_type,
trait_type: Some(trait_type),
value,
})
Expand Down

0 comments on commit 7653b26

Please sign in to comment.