Skip to content

Commit

Permalink
fix: clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
leruaa committed Nov 14, 2024
1 parent ab9eb3a commit 85d6983
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions crates/sdk/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ impl ProverClient {
let rpc_url = env::var("PROVER_NETWORK_RPC").ok();
let skip_simulation =
env::var("SKIP_SIMULATION").map(|val| val == "true").unwrap_or_default();

cfg_if! {
if #[cfg(feature = "network-v2")] {
Self {
Expand Down Expand Up @@ -277,7 +277,6 @@ impl Default for ProverClient {
}
}


/// Builder type for [`ProverClient`] with the network prover.
#[derive(Debug, Default)]
pub struct NetworkProverClientBuilder {
Expand Down

0 comments on commit 85d6983

Please sign in to comment.