Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
PolkadotDom committed Jan 11, 2025
1 parent 73536d9 commit d682adf
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions substrate/frame/salary/src/migration.rs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,10 @@
//! Storage migrations for the `pallet_salary`.
use super::*;
use frame::{storage_alias, traits::UncheckedOnRuntimeUpgrade, deps::frame_support::migrations::VersionedMigration};
use frame::{
deps::frame_support::migrations::VersionedMigration, storage_alias,
traits::UncheckedOnRuntimeUpgrade,
};

#[cfg(feature = "try-runtime")]
use alloc::vec::Vec;
Expand Down Expand Up @@ -123,8 +126,8 @@ pub mod v1 {
/// |--------------------|
///
/// ^ Two 6s relay blocks passed per one 12s local block.
/// ```
///
/// ```
///
/// # Example Usage
///
/// ```rust,ignore
Expand Down

0 comments on commit d682adf

Please sign in to comment.