Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
yrong committed Nov 6, 2024
1 parent c3e8ff1 commit 9e4a427
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions bridges/snowbridge/primitives/router/src/outbound/v1.rs
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,7 @@ use snowbridge_core::{
use sp_core::{H160, H256};
use sp_runtime::traits::MaybeEquivalence;
use sp_std::{iter::Peekable, marker::PhantomData, prelude::*};
use xcm::{
latest::{ROCOCO_GENESIS_HASH, WESTEND_GENESIS_HASH},
prelude::*,
};
use xcm::prelude::*;
use xcm_executor::traits::{ConvertLocation, ExportXcm};

pub struct EthereumBlobExporter<
Expand Down Expand Up @@ -417,7 +414,10 @@ mod tests {
AgentIdOf,
};
use sp_std::default::Default;
use xcm::prelude::SendError as XcmSendError;
use xcm::{
latest::{ROCOCO_GENESIS_HASH, WESTEND_GENESIS_HASH},
prelude::SendError as XcmSendError,
};

use super::*;

Expand Down

0 comments on commit 9e4a427

Please sign in to comment.