Skip to content

Commit

Permalink
chore: clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
th7nder committed Jan 24, 2025
1 parent 4b1b1d4 commit d760f76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion storage-provider/common/src/deadline.rs
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ impl Deadline {
tracing::info!("Proving PoSt partitions... {:?}", partitions);
let handle: JoinHandle<Result<Vec<BlstrsProof>, _>> = {
let post_params = post_params.clone();
let post_proof = self.post_proof.clone();
let post_proof = self.post_proof;

tokio::task::spawn_blocking(move || {
post::generate_window_post(
Expand Down

0 comments on commit d760f76

Please sign in to comment.