Skip to content

Commit

Permalink
cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
rnbguy committed Oct 16, 2023
1 parent 7dfc285 commit 78f5eda
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions crates/ibc/src/mock/context.rs
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ use ibc_proto::protobuf::Protobuf;
use parking_lot::Mutex;
use tendermint_testgen::Validator as TestgenValidator;
use tracing::debug;
use typed_builder::TypedBuilder;

use self::clients::TmClientStateConfig;

use super::client_state::{MOCK_CLIENT_STATE_TYPE_URL, MOCK_CLIENT_TYPE};
use super::consensus_state::MOCK_CONSENSUS_STATE_TYPE_URL;
use crate::clients::ics07_tendermint::client_state::{
Expand Down Expand Up @@ -56,7 +56,6 @@ use crate::mock::ics18_relayer::error::RelayerError;
use crate::prelude::*;
use crate::signer::Signer;
use crate::Height;
use typed_builder::TypedBuilder;

pub const DEFAULT_BLOCK_TIME_SECS: u64 = 3;

Expand Down
4 changes: 2 additions & 2 deletions crates/ibc/src/mock/context/clients.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
use core::time::Duration;

use super::{AnyClientState, AnyConsensusState, MockClientRecord, MockContext};
use crate::clients::ics07_tendermint::client_state::AllowUpdate;
use crate::clients::ics07_tendermint::client_state::{AllowUpdate, ClientState as TmClientState};
use crate::clients::ics07_tendermint::error::Error as TmClientError;
use crate::clients::ics07_tendermint::trust_threshold::TrustThreshold;
use crate::clients::ics07_tendermint::{
client_state::ClientState as TmClientState, error::Error as TmClientError,
CommonContext as TmCommonContext, ValidationContext as TmValidationContext,
};
use crate::core::ics02_client::error::ClientError;
Expand Down

0 comments on commit 78f5eda

Please sign in to comment.