Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
Striker committed Sep 16, 2022
1 parent b5487ec commit e10760d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion runtime/mangata-kusama/src/weights/mod.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#![allow(clippy::unnecessary_cast)]

pub mod frame_system_weights;
pub mod orml_asset_registry_weights;
pub mod orml_tokens_weights;
pub mod pallet_bootstrap_weights;
pub mod pallet_collective_weights;
Expand All @@ -15,4 +16,3 @@ pub mod pallet_utility_weights;
pub mod pallet_vesting_mangata_weights;
pub mod pallet_xyk_weights;
pub mod parachain_staking_weights;
pub mod orml_asset_registry_weights;
2 changes: 1 addition & 1 deletion runtime/mangata-rococo/src/weights/mod.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#![allow(clippy::unnecessary_cast)]

pub mod frame_system_weights;
pub mod orml_asset_registry_weights;
pub mod orml_tokens_weights;
pub mod pallet_bootstrap_weights;
pub mod pallet_collective_weights;
Expand All @@ -15,4 +16,3 @@ pub mod pallet_utility_weights;
pub mod pallet_vesting_mangata_weights;
pub mod pallet_xyk_weights;
pub mod parachain_staking_weights;
pub mod orml_asset_registry_weights;

0 comments on commit e10760d

Please sign in to comment.