Skip to content
This repository has been archived by the owner on May 21, 2024. It is now read-only.

Commit

Permalink
Cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
Steve Degosserie committed Dec 30, 2023
1 parent bd689f8 commit 8a3eed8
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions runtime/trappist/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -142,10 +142,7 @@ impl frame_support::traits::OnRuntimeUpgrade for FixStorageVersions {
}
}

pub type Migrations = (
pallet_contracts::Migration<Runtime>,
FixStorageVersions,
);
pub type Migrations = (pallet_contracts::Migration<Runtime>, FixStorageVersions);

/// Executive: handles dispatch to the various modules.
pub type Executive = frame_executive::Executive<
Expand Down

0 comments on commit 8a3eed8

Please sign in to comment.