Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
abdulmth committed Feb 16, 2024
1 parent faccd7f commit e664a40
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions identity_resolver/src/resolution/resolver.rs
Original file line number Diff line number Diff line change
Expand Up @@ -286,8 +286,8 @@ mod iota_handler {
///
/// # Arguments
///
/// * `clients` - A collection of tuples where each tuple contains the name of the network name and its corresponding
/// client.
/// * `clients` - A collection of tuples where each tuple contains the name of the network name and its
/// corresponding client.
///
/// # Examples
///
Expand All @@ -305,7 +305,6 @@ mod iota_handler {
/// clients added in this method.
/// - This function does not validate the provided configuration. Ensure that the provided
/// network name corresponds with the client, possibly by using `client.network_name()`.
///
pub fn attach_multiple_iota_handlers<CLI>(&mut self, clients: Vec<(&'static str, CLI)>)
where
CLI: IotaClientExt + Send + Sync + 'static,
Expand Down

0 comments on commit e664a40

Please sign in to comment.