Skip to content

Commit

Permalink
cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
seanchen1991 committed Sep 13, 2024
1 parent 6db8f1f commit 33972e0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion ibc-apps/ics721-nft-transfer/src/handler/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
mod on_recv_packet;
mod send_transfer;

use ibc_core::channel::types::packet::Packet;
pub use on_recv_packet::*;
pub use send_transfer::*;

use crate::context::{NftTransferExecutionContext, NftTransferValidationContext};
use crate::types::error::NftTransferError;
use crate::types::is_sender_chain_source;
use crate::types::packet::PacketData;
use ibc_core::channel::types::packet::Packet;

pub fn refund_packet_nft_execute(
ctx_a: &mut impl NftTransferExecutionContext,
Expand Down
1 change: 0 additions & 1 deletion ibc-apps/ics721-nft-transfer/types/src/error.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
//! Defines the Non-Fungible Token Transfer (ICS-721) error types.
use derive_more::From;
use displaydoc::Display;

use ibc_core::channel::types::acknowledgement::StatusValue;
use ibc_core::channel::types::channel::Order;
use ibc_core::handler::types::error::HandlerError;
Expand Down

0 comments on commit 33972e0

Please sign in to comment.