From 2930036482ebe6f798bed8b71030d653228620c6 Mon Sep 17 00:00:00 2001 From: Gilad Chase Date: Wed, 25 Dec 2024 13:01:21 +0200 Subject: [PATCH] tmp --- crates/starknet_sequencer_node/src/clients.rs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/crates/starknet_sequencer_node/src/clients.rs b/crates/starknet_sequencer_node/src/clients.rs index 5b8957841a..6e1da7d77d 100644 --- a/crates/starknet_sequencer_node/src/clients.rs +++ b/crates/starknet_sequencer_node/src/clients.rs @@ -62,10 +62,10 @@ pub struct SequencerNodeClients { /// * `$client_field` - The field name (within `self`) representing the client, which has both /// `local_client` and `remote_client` as options. /// -/// # Returns +/// # Returns. /// -/// An `Option>` containing the available client (local_client or -/// remote_client), wrapped in Arc. If neither exists, returns None. +/// An Option> containing the available client (local_client or remote_client), +/// wrapped in Arc. If neither exists, returns None. /// /// # Example ///