Skip to content

Commit

Permalink
cargo format
Browse files Browse the repository at this point in the history
  • Loading branch information
rnbguy committed Apr 20, 2024
1 parent 41bed59 commit 4a4679c
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions ibc-clients/cw-context/src/context/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ pub mod custom_ctx;

use std::str::FromStr;

use cosmwasm_std::{Deps, DepsMut, Env, Order, Storage};
use cosmwasm_std::{Deps, DepsMut, Empty, Env, Order, Storage};
use cw_storage_plus::{Bound, Map};
use ibc_client_wasm_types::client_state::ClientState as WasmClientState;
use ibc_core::client::context::client_state::ClientStateCommon;
use ibc_core::client::types::error::ClientError;
Expand All @@ -19,8 +20,6 @@ use prost::Message;
use crate::api::ClientType;
use crate::types::{ContractError, GenesisMetadata, HeightTravel, MigrationPrefix};
use crate::utils::AnyCodec;
use cosmwasm_std::Empty;
use cw_storage_plus::{Bound, Map};

type Checksum = Vec<u8>;

Expand Down

0 comments on commit 4a4679c

Please sign in to comment.