Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Commit

Permalink
Line things up with #4692
Browse files Browse the repository at this point in the history
  • Loading branch information
emostov committed Jan 13, 2022
1 parent 99e6426 commit de2767d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion runtime/kusama/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2886,7 +2886,7 @@ impl OnRuntimeUpgrade for RefundNickPalletDeposit {

#[cfg(feature = "try-runtime")]
fn pre_upgrade() -> Result<(), &'static str> {
Self::execute(true);
let _ = Self::execute(true);
Ok(())
}
}
Expand Down
2 changes: 1 addition & 1 deletion runtime/polkadot/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1627,7 +1627,7 @@ impl OnRuntimeUpgrade for FixCouncilDepositMigration {

#[cfg(feature = "try-runtime")]
fn pre_upgrade() -> Result<(), &'static str> {
Self::execute(true);
let _ = Self::execute(true);
Ok(())
}
}
Expand Down

0 comments on commit de2767d

Please sign in to comment.