Skip to content

Commit

Permalink
fix: make fmt happy
Browse files Browse the repository at this point in the history
  • Loading branch information
Farhad-Shabani committed Mar 14, 2024
1 parent faf113b commit f6474c6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions ibc-core/ics04-channel/types/src/msgs/timeout_on_close.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@ use ibc_primitives::Signer;
use ibc_proto::ibc::core::channel::v1::MsgTimeoutOnClose as RawMsgTimeoutOnClose;
use ibc_proto::Protobuf;

use crate::error::ChannelError;
use crate::error::PacketError;
use crate::error::{ChannelError, PacketError};
use crate::packet::Packet;

pub const TIMEOUT_ON_CLOSE_TYPE_URL: &str = "/ibc.core.channel.v1.MsgTimeoutOnClose";
Expand Down

0 comments on commit f6474c6

Please sign in to comment.