From f6474c6f3555c15c1a9a49281f9136c372cf84c5 Mon Sep 17 00:00:00 2001 From: Farhad Shabani Date: Thu, 14 Mar 2024 16:45:36 -0700 Subject: [PATCH] fix: make fmt happy --- ibc-core/ics04-channel/types/src/msgs/timeout_on_close.rs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/ibc-core/ics04-channel/types/src/msgs/timeout_on_close.rs b/ibc-core/ics04-channel/types/src/msgs/timeout_on_close.rs index 8d2608b79..7673d5f33 100644 --- a/ibc-core/ics04-channel/types/src/msgs/timeout_on_close.rs +++ b/ibc-core/ics04-channel/types/src/msgs/timeout_on_close.rs @@ -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";