From 4fedb80332d64ec4b40e37dea2cc191c94b0fa14 Mon Sep 17 00:00:00 2001 From: Christian Langenbacher Date: Sat, 17 Feb 2024 09:10:20 +0900 Subject: [PATCH] fmt --- runtime/bajun/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runtime/bajun/src/lib.rs b/runtime/bajun/src/lib.rs index 94ec0d9..e1d8450 100644 --- a/runtime/bajun/src/lib.rs +++ b/runtime/bajun/src/lib.rs @@ -152,7 +152,7 @@ pub type Executive = frame_executive::Executive< // https://substrate.stackexchange.com/questions/10986/runtime-upgrade-for-parachainsystemhostconfiguration type Migrations = ( // todo check how expensive that is. - pallet_identity::migration::versioned::V0ToV1, + pallet_identity::migration::versioned::V0ToV1, // Track inactive funds of the teleporter account, currently we don't use that, but it doesn't // hurt either. pallet_balances::migration::MigrateToTrackInactive,