Skip to content

Commit

Permalink
Cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
seanchen1991 committed Sep 6, 2024
1 parent 19bd0ce commit af75da4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 1 addition & 2 deletions ibc-core/ics02-client/types/src/error.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
1 change: 0 additions & 1 deletion ibc-core/ics26-routing/types/src/error.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
use displaydoc::Display;

use ibc_core_host_types::identifiers::PortId;
use ibc_primitives::prelude::*;

Expand Down

0 comments on commit af75da4

Please sign in to comment.