From 6c22c4b51448683b7de7104a9745ffe3a2ab28d8 Mon Sep 17 00:00:00 2001 From: tomyrd Date: Mon, 28 Oct 2024 13:11:10 -0300 Subject: [PATCH] fix: remove new line --- bin/tx-prover/src/prover.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/bin/tx-prover/src/prover.rs b/bin/tx-prover/src/prover.rs index 553b9e669..66949f58d 100644 --- a/bin/tx-prover/src/prover.rs +++ b/bin/tx-prover/src/prover.rs @@ -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")]