Skip to content

Commit

Permalink
chore: clippy v2
Browse files Browse the repository at this point in the history
  • Loading branch information
th7nder committed Dec 3, 2024
1 parent b0ed0fc commit 814f485
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion storage-provider/server/src/pipeline/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -645,7 +645,7 @@ async fn submit_windowed_post(
let handle: JoinHandle<Result<Vec<BlstrsProof>, _>> = {
let post_params = state.post_parameters.clone();
let cache_dir = state.sealing_cache_dir.clone();
let post_proof = state.server_info.post_proof.clone();
let post_proof = state.server_info.post_proof;

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

0 comments on commit 814f485

Please sign in to comment.