Skip to content

Commit

Permalink
rustfmt
Browse files Browse the repository at this point in the history
  • Loading branch information
aarshkshah1992 committed Jan 9, 2024
1 parent f92222d commit 4a1ecdf
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions actors/miner/tests/util.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2950,8 +2950,10 @@ pub fn expect_sector_event_with_market_call(
rt.expect_send_simple(
STORAGE_MARKET_ACTOR_ADDR,
MarketMethod::GetDealDataCommitmentExported as u64,
IpldBlock::serialize_cbor(&ext::market::GetDealDataCommitmentParamsRef { id: *deal_id })
.unwrap(),
IpldBlock::serialize_cbor(&ext::market::GetDealDataCommitmentParamsRef {
id: *deal_id,
})
.unwrap(),
TokenAmount::zero(),
IpldBlock::serialize_cbor(&ext::market::GetDealDataCommitmentReturn {
data: make_unsealed_cid("test verified deal".as_bytes()),
Expand Down

0 comments on commit 4a1ecdf

Please sign in to comment.