Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
Signed-off-by: smtmfft <[email protected]>
  • Loading branch information
smtmfft committed Oct 29, 2024
1 parent e3374a5 commit e2afadb
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion host/src/proof.rs
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,12 @@ impl ProofActor {
let mut manager = get_task_manager(&self.opts.clone().into());
key.proof_system
.cancel_proof(
(key.chain_id, key.block_id, key.blockhash, key.proof_system as u8),
(
key.chain_id,
key.block_id,
key.blockhash,
key.proof_system as u8,
),
Box::new(&mut manager),
)
.await
Expand Down

0 comments on commit e2afadb

Please sign in to comment.