diff --git a/tools/ibc-test/src/tests/ibc/sudt_erc20_transfer.rs b/tools/ibc-test/src/tests/ibc/sudt_erc20_transfer.rs index 2aa146775..6f744bc95 100644 --- a/tools/ibc-test/src/tests/ibc/sudt_erc20_transfer.rs +++ b/tools/ibc-test/src/tests/ibc/sudt_erc20_transfer.rs @@ -29,7 +29,8 @@ use forcerelay_ckb_sdk::{ use futures::TryStreamExt; use ibc_test_framework::{ bootstrap::binary::channel::{bootstrap_channel_with_connection, BootstrapChannelOptions}, - prelude::*, relayer::axon::transfer::read_deployed_contracts, + prelude::*, + relayer::axon::transfer::read_deployed_contracts, }; use prost::Message; use tokio::runtime::Runtime;