Skip to content

Commit

Permalink
cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
seanchen1991 committed Sep 19, 2024
1 parent 0b00504 commit d1ac0d2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion ibc-clients/ics07-tendermint/src/client_state/execution.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,9 @@ use ibc_core_client::types::error::ClientError;
use ibc_core_client::types::Height;
use ibc_core_host::types::identifiers::ClientId;
use ibc_core_host::types::path::{ClientConsensusStatePath, ClientStatePath};
use ibc_primitives::prelude::*;
use ibc_primitives::proto::Any;
use ibc_primitives::{prelude::*, TimestampError};
use ibc_primitives::TimestampError;

use super::ClientState;

Expand Down
4 changes: 2 additions & 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,8 @@ use displaydoc::Display;
use ibc_core_commitment_types::error::CommitmentError;
use ibc_core_host_types::error::{DecodingError, HostError, IdentifierError};
use ibc_core_host_types::identifiers::ClientId;
use ibc_primitives::Timestamp;
use ibc_primitives::{prelude::*, TimestampError};
use ibc_primitives::prelude::*;
use ibc_primitives::{Timestamp, TimestampError};

use crate::height::Height;
use crate::Status;
Expand Down

0 comments on commit d1ac0d2

Please sign in to comment.