Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Kayanski committed Sep 30, 2024
1 parent 897f286 commit 88dea83
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion packages/interchain/interchain-mock/src/interchain.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,10 @@
use cosmwasm_std::{from_json, testing::MockApi, Api, Event, IbcOrder};
use cw_orch_core::environment::QueryHandler;
use cw_orch_interchain_core::{
channel::InterchainChannel, env::{ChainId, ChannelCreation}, results::{ChannelCreationTransactionsResult, InternalChannelCreationResult}, IbcPacketInfo, IbcPacketOutcome, InterchainEnv, NestedPacketsFlow, SinglePacketFlow, TxId
channel::InterchainChannel,
env::{ChainId, ChannelCreation},
results::{ChannelCreationTransactionsResult, InternalChannelCreationResult},
IbcPacketInfo, IbcPacketOutcome, InterchainEnv, NestedPacketsFlow, SinglePacketFlow, TxId,
};
use cw_orch_mock::{
cw_multi_test::{
Expand Down

0 comments on commit 88dea83

Please sign in to comment.