Skip to content

Commit a2a1690

Browse files
committed
cargo fmt
1 parent 0083d6f commit a2a1690

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)