Skip to content

Commit

Permalink
add debug to missing struct
Browse files Browse the repository at this point in the history
  • Loading branch information
EmilLuta committed Nov 15, 2024
1 parent c7bad4a commit 1fd16bf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions prover/crates/lib/circuit_prover_service/src/job_runner.rs
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ use crate::{
};

/// Convenience struct helping with building Witness Vector Generator runners.
#[derive(Debug)]
pub struct WvgRunnerBuilder {
connection_pool: ConnectionPool<Prover>,
object_store: Arc<dyn ObjectStore>,
Expand Down

0 comments on commit 1fd16bf

Please sign in to comment.