Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
plafer committed Sep 5, 2023
1 parent a09d788 commit ebd612d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/ibc/src/core/ics02_client/msgs.rs
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
//! Defines the client message types that are sent to the chain by the relayer.
use crate::prelude::*;
use ibc_proto::google::protobuf::Any;

use crate::core::ics02_client::msgs::create_client::MsgCreateClient;
use crate::core::ics02_client::msgs::misbehaviour::MsgSubmitMisbehaviour;
use crate::core::ics02_client::msgs::update_client::MsgUpdateClient;
use crate::core::ics02_client::msgs::upgrade_client::MsgUpgradeClient;
use crate::core::ics24_host::identifier::ClientId;
use crate::prelude::*;
use crate::signer::Signer;

pub mod create_client;
Expand Down

0 comments on commit ebd612d

Please sign in to comment.