Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Roznovjak committed Sep 26, 2024
1 parent 5903e92 commit bdf96de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runtime/hydradx/src/tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -182,10 +182,10 @@ fn max_multiplier() {
#[cfg(test)]
mod xcm_fee_payment_api_tests {
use super::*;
use xcm_fee_payment_runtime_api::runtime_decl_for_xcm_payment_api::XcmPaymentApiV1;
use frame_support::assert_ok;
use polkadot_xcm::v4::prelude::*;
use polkadot_xcm::VersionedAssetId::V4;
use xcm_fee_payment_runtime_api::runtime_decl_for_xcm_payment_api::XcmPaymentApiV1;
use xcm_fee_payment_runtime_api::Error as XcmPaymentApiError;

#[test]
Expand Down

0 comments on commit bdf96de

Please sign in to comment.