Skip to content

Commit

Permalink
Clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
ZenGround0 committed May 24, 2024
1 parent 1b38c52 commit 6b6aa15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration_tests/src/util/workflows.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1326,7 +1326,7 @@ pub fn make_piece_manifests_from_deal_ids(
let deal = get_deal(v, deal_id);
let alloc_key = match market_pending_deal_allocations_raw(v, &[deal_id]) {
Ok(alloc_ids) => Some(VerifiedAllocationKey {
id: *alloc_ids.get(0).unwrap(),
id: *alloc_ids.first().unwrap(),
client: deal.client.id().unwrap(),
}),
Err(_) => None,
Expand Down

0 comments on commit 6b6aa15

Please sign in to comment.