Skip to content

Commit

Permalink
clippy fix
Browse files Browse the repository at this point in the history
  • Loading branch information
andrei-marinica committed Sep 30, 2024
1 parent 53613d0 commit d3d9472
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdk/core/src/data/address.rs
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ impl Address {

impl From<multiversx_chain_core::types::Address> for Address {
fn from(value: multiversx_chain_core::types::Address) -> Self {
Address(value.as_array().clone())
Address(*value.as_array())
}
}

Expand Down

0 comments on commit d3d9472

Please sign in to comment.