Skip to content

Commit cc37783

Browse files
committed
Revert "cargo fmt"
This reverts commit a2a1690.
1 parent a2a1690 commit cc37783

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/batcher/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -864,7 +864,7 @@ impl Batcher {
864864
ws_conn_sink.clone(),
865865
SubmitProofResponseMessage::EthRpcError,
866866
)
867-
.await;
867+
.await;
868868
self.metrics.user_error(&["eth_rpc_error", ""]);
869869
return Ok(());
870870
}

0 commit comments

Comments
 (0)