Skip to content

Commit

Permalink
unnecessary clone
Browse files Browse the repository at this point in the history
  • Loading branch information
codabrink committed Nov 22, 2024
1 parent cf583e8 commit e2598b2
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions xmtp_mls/src/identity_updates.rs
Original file line number Diff line number Diff line change
Expand Up @@ -288,10 +288,7 @@ where
let new_member_identifier: MemberIdentifier = new_wallet_address.into();

let mut signature_request = builder
.add_association(
new_member_identifier.clone(),
installation_public_key.into(),
)
.add_association(new_member_identifier, installation_public_key.into())
.build();

let signature = self
Expand Down

0 comments on commit e2598b2

Please sign in to comment.