Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
mrq1911 committed Jul 27, 2023
1 parent 733112c commit 941fa2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runtime/hydradx/src/migrations.rs
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ impl OnRuntimeUpgrade for OnRuntimeUpgradeMigration {
fn on_runtime_upgrade() -> Weight {
let mut weight: Weight = Weight::zero();

log::info!("Migrate Collator Rewards Pallet to v1 start");
log::info!("Migrate Collator Rewards Pallet to v1 start");
weight = weight.saturating_add(pallet_collator_rewards::migration::v1::migrate::<Runtime>());
log::info!("Migrate Collator Rewards Pallet to v1 end");
log::info!("Migrate Genesis History Pallet to v1 start");
Expand Down

0 comments on commit 941fa2d

Please sign in to comment.