Skip to content

Commit

Permalink
fix clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
clangenb committed Feb 17, 2024
1 parent 4f97608 commit 0d8c043
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runtime/bajun/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ type Migrations = (
// We have currently 356 identities on Bajun, so setting the max number to be migrated to 1_000
// should be more than enough, while still staying in a limit that will not overweigh our
// runtime migration.
pallet_identity::migration::versioned::V0ToV1<Runtime, { 1_000 }>,
pallet_identity::migration::versioned::V0ToV1<Runtime, 1_000>,
// Track inactive funds of the teleporter account, currently we don't use that, but it doesn't
// hurt either.
pallet_balances::migration::MigrateToTrackInactive<Runtime, xcm_config::CheckingAccount>,
Expand Down

0 comments on commit 0d8c043

Please sign in to comment.