Skip to content

Commit

Permalink
remove unnecessary clones
Browse files Browse the repository at this point in the history
  • Loading branch information
igor-casper committed Dec 9, 2024
1 parent 35c4f9c commit 6d70edd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -620,7 +620,7 @@ fn should_read_bid_with_vesting_schedule_populated() {

builder.write_data_and_commit(
[(
delegation_key.clone(),
delegation_key,
StoredValue::BidKind(BidKind::Delegator(Box::new(mock_bid))),
)]
.iter()
Expand Down

0 comments on commit 6d70edd

Please sign in to comment.