Skip to content

Commit

Permalink
tmp
Browse files Browse the repository at this point in the history
  • Loading branch information
Gilad Chase committed Dec 25, 2024
1 parent 94db612 commit 2930036
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions crates/starknet_sequencer_node/src/clients.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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<Arc<dyn ClientTrait>>` containing the available client (local_client or
/// remote_client), wrapped in Arc. If neither exists, returns None.
/// An Option<Arc<dyn ClientTrait>> containing the available client (local_client or remote_client),
/// wrapped in Arc. If neither exists, returns None.
///
/// # Example
///
Expand Down

0 comments on commit 2930036

Please sign in to comment.