From af75da4eb66e4a11e51dc70ecb2102ca20016ac2 Mon Sep 17 00:00:00 2001 From: Sean Chen Date: Fri, 6 Sep 2024 13:30:37 -0500 Subject: [PATCH] Cargo fmt --- ibc-core/ics02-client/types/src/error.rs | 3 +-- ibc-core/ics26-routing/types/src/error.rs | 1 - 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/ibc-core/ics02-client/types/src/error.rs b/ibc-core/ics02-client/types/src/error.rs index 9c5d23b5f..dda5be0eb 100644 --- a/ibc-core/ics02-client/types/src/error.rs +++ b/ibc-core/ics02-client/types/src/error.rs @@ -4,8 +4,7 @@ use core::convert::Infallible; use displaydoc::Display; use ibc_core_commitment_types::error::CommitmentError; -use ibc_core_host_types::error::DecodingError; -use ibc_core_host_types::error::IdentifierError; +use ibc_core_host_types::error::{DecodingError, IdentifierError}; use ibc_core_host_types::identifiers::ClientId; use ibc_primitives::prelude::*; use ibc_primitives::Timestamp; diff --git a/ibc-core/ics26-routing/types/src/error.rs b/ibc-core/ics26-routing/types/src/error.rs index edfeb8a83..97650e147 100644 --- a/ibc-core/ics26-routing/types/src/error.rs +++ b/ibc-core/ics26-routing/types/src/error.rs @@ -1,5 +1,4 @@ use displaydoc::Display; - use ibc_core_host_types::identifiers::PortId; use ibc_primitives::prelude::*;