Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ratankaliani committed Dec 21, 2024
1 parent cff36bd commit c42e41f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/sdk/src/network/prover.rs
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ impl NetworkProver {
/// # Example
/// ```rust,no_run
/// use sp1_sdk::{ProverClient, network::B256};
///
///
/// tokio_test::block_on(async {
/// let request_id = B256::from_slice(&vec![1u8; 32]);
/// let client = ProverClient::builder().network().build();
Expand Down

0 comments on commit c42e41f

Please sign in to comment.