diff --git a/polkadot/runtime/parachains/src/paras.rs b/polkadot/runtime/parachains/src/paras.rs index c66e6a80f3efdf4960238bb781f8099f2223087d..2997f302da44c579335be466fd7b96cf4ad42641 100644 --- a/polkadot/runtime/parachains/src/paras.rs +++ b/polkadot/runtime/parachains/src/paras.rs @@ -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 }