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

Commit

Permalink
Fix fmt on master (#4546)
Browse files Browse the repository at this point in the history
  • Loading branch information
pepyakin authored and drahnr committed Dec 16, 2021
1 parent 576d517 commit 143bfe6
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions runtime/parachains/src/paras.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1452,10 +1452,7 @@ impl<T: Config> Pallet<T> {
//
// NOTE: we cannot set `UpgradeGoAheadSignal` signal here since this will be reset by
// the following call `note_new_head`
log::warn!(
target: LOG_TARGET,
"ended up scheduling an upgrade while one is pending",
);
log::warn!(target: LOG_TARGET, "ended up scheduling an upgrade while one is pending",);
return weight
}

Expand Down

0 comments on commit 143bfe6

Please sign in to comment.