diff --git a/identity_iota_core/src/rebased/client/read_only.rs b/identity_iota_core/src/rebased/client/read_only.rs index 7d85a5fc8..6fb897bf6 100644 --- a/identity_iota_core/src/rebased/client/read_only.rs +++ b/identity_iota_core/src/rebased/client/read_only.rs @@ -75,7 +75,7 @@ impl IdentityClientReadOnly { } /// Attempts to create a new [`IdentityClientReadOnly`] from a given [`IotaClient`]. - + /// /// # Failures /// This function fails if the provided `iota_client` is connected to an unrecognized /// network. diff --git a/identity_iota_core/src/rebased/iota/well_known_networks.rs b/identity_iota_core/src/rebased/iota/well_known_networks.rs index 8243a76b4..21585930f 100644 --- a/identity_iota_core/src/rebased/iota/well_known_networks.rs +++ b/identity_iota_core/src/rebased/iota/well_known_networks.rs @@ -1,5 +1,6 @@ use iota_sdk::types::base_types::ObjectID; -use phf::{phf_map, Map}; +use phf::phf_map; +use phf::Map; /// A Mapping `network_id` -> metadata needed by the library. pub(crate) static IOTA_NETWORKS: Map<&str, IdentityNetworkMetadata> = phf_map! {