From 83606e3398260079d0484332145477cd71ea8eed Mon Sep 17 00:00:00 2001 From: Alessandro Siniscalchi Date: Tue, 5 Nov 2024 11:27:02 +0100 Subject: [PATCH] fmt --- runtime/laos/src/migrations/async_backing.rs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/runtime/laos/src/migrations/async_backing.rs b/runtime/laos/src/migrations/async_backing.rs index 100a9d9b..4301de7b 100644 --- a/runtime/laos/src/migrations/async_backing.rs +++ b/runtime/laos/src/migrations/async_backing.rs @@ -68,7 +68,8 @@ impl OnRuntimeUpgrade for Migration { blocks_per_round ); - // Encode the number of accounts, schedule counts per account, max schedule count, and blocks per round + // Encode the number of accounts, schedule counts per account, max schedule count, and + // blocks per round Ok(( vesting_accounts_count as u32, schedules_per_account,