Skip to content

Commit

Permalink
whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
ralexstokes committed Apr 28, 2024
1 parent faff54d commit 765a3e7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mev-build-rs/src/utils/payload_job.rs
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ impl<P> Future for PendingPayload<P> {
Poll::Ready(res.map_err(Into::into).and_then(|res| res))
}
}

#[derive(Debug)]
pub struct ResolveBestPayload<Payload> {
pub best_payload: Option<Payload>,
Expand Down

0 comments on commit 765a3e7

Please sign in to comment.