From 3c48d64241e8ce5da33e94c65c099d702b674df0 Mon Sep 17 00:00:00 2001 From: mmsqe Date: Wed, 16 Oct 2024 09:17:58 +0800 Subject: [PATCH] lint --- solo-machine-core/src/transaction_builder.rs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/solo-machine-core/src/transaction_builder.rs b/solo-machine-core/src/transaction_builder.rs index 1f22835..7405b62 100644 --- a/solo-machine-core/src/transaction_builder.rs +++ b/solo-machine-core/src/transaction_builder.rs @@ -69,8 +69,7 @@ use crate::{ ics24_host::{ identifier::{ChainId, ChannelId, ClientId, ConnectionId, Identifier}, path::{ - ChannelPath, ConnectionPath, - PacketAcknowledgementPath, PacketCommitmentPath, + ChannelPath, ConnectionPath, PacketAcknowledgementPath, PacketCommitmentPath, }, }, },