Skip to content

Commit

Permalink
chore: Remove unnecessary clone
Browse files Browse the repository at this point in the history
  • Loading branch information
arrudagates committed Mar 21, 2024
1 parent 8b2fba2 commit f5dec9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pallet-rings/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -441,7 +441,7 @@ pub mod pallet {
}),
},
None => {
let mut dest_core_multilocation = core_multilocation.clone();
let mut dest_core_multilocation = core_multilocation;

mutate_if_relay(&mut dest_core_multilocation, &dest);

Expand Down

0 comments on commit f5dec9b

Please sign in to comment.