diff --git a/runtime/parachains/src/paras.rs b/runtime/parachains/src/paras.rs index c66e6a80f3ef..2997f302da44 100644 --- a/runtime/parachains/src/paras.rs +++ b/runtime/parachains/src/paras.rs @@ -1452,10 +1452,7 @@ impl Pallet { // // 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 }