Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
asiniscalchi committed Nov 5, 2024
1 parent 338ece8 commit 83606e3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion runtime/laos/src/migrations/async_backing.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 83606e3

Please sign in to comment.