Skip to content

Commit

Permalink
fix fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
KitHat committed Nov 12, 2024
1 parent b4926f8 commit d6277cf
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions generic-template/runtime/src/types.rs
Original file line number Diff line number Diff line change
Expand Up @@ -23,18 +23,18 @@ use xcm::{
};
use xcm_builder::PayOverXcm;

use crate::{
configs::XcmRouter,
constants::{HOURS, VERSION},
Treasury,
};
#[cfg(not(feature = "tanssi"))]
use crate::{
configs::{xcm_config::RelayLocation, StakingAdminBodyId},
constants::{
BLOCK_PROCESSING_VELOCITY, RELAY_CHAIN_SLOT_DURATION_MILLIS, UNINCLUDED_SEGMENT_CAPACITY,
},
};
use crate::{
configs::XcmRouter,
constants::{HOURS, VERSION},
Treasury,
};
pub use crate::{
configs::{FeeAssetId, ToSiblingBaseDeliveryFee, TransactionByteFee},
AllPalletsWithSystem, Runtime, RuntimeBlockWeights, RuntimeCall, XcmpQueue,
Expand Down

0 comments on commit d6277cf

Please sign in to comment.