Skip to content

Commit

Permalink
cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
seanchen1991 committed Sep 13, 2024
1 parent 88c8bf8 commit 35f7844
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
1 change: 0 additions & 1 deletion ibc-apps/ics20-transfer/types/src/error.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
//! Defines the token transfer error type
use displaydoc::Display;

use ibc_core::channel::types::acknowledgement::StatusValue;
use ibc_core::channel::types::channel::Order;
use ibc_core::handler::types::error::HandlerError;
Expand Down
1 change: 0 additions & 1 deletion ibc-core/ics02-client/types/src/error.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
//! Defines the client error type

use displaydoc::Display;

use ibc_core_commitment_types::error::CommitmentError;
use ibc_core_host_types::error::{DecodingError, HostError};
use ibc_core_host_types::identifiers::ClientId;
Expand Down
4 changes: 2 additions & 2 deletions ibc-query/src/error.rs
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
use alloc::string::{String, ToString};
use displaydoc::Display;
use tonic::Status;

use displaydoc::Display;
use ibc::core::channel::types::error::{ChannelError, PacketError};
use ibc::core::client::types::error::ClientError;
use ibc::core::connection::types::error::ConnectionError;
use ibc::core::handler::types::error::HandlerError;
use ibc::core::host::types::error::{DecodingError, HostError, IdentifierError};
use tonic::Status;

/// The main error type of the ibc-query crate. This type mainly
/// serves to surface lower-level errors that occur when executing
Expand Down

0 comments on commit 35f7844

Please sign in to comment.