Skip to content

Commit

Permalink
fix: remove new line
Browse files Browse the repository at this point in the history
  • Loading branch information
tomyrd committed Oct 28, 2024
1 parent 32540f7 commit 6c22c4b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion bin/tx-prover/src/prover.rs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ use crate::{generated::api_client::ApiClient, RemoteTransactionProverError};
/// When compiled for the `wasm32-unknown-unknown` target, it uses the `tonic_web_wasm_client`
/// transport. Otherwise, it uses the built-in `tonic::transport` for native platforms.
/// The transport layer connection is established lazily when the first transaction is proven.

#[derive(Clone)]
pub struct RemoteTransactionProver {
#[cfg(target_arch = "wasm32")]
Expand Down

0 comments on commit 6c22c4b

Please sign in to comment.