mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-30 14:17:56 +00:00
Fix fmt on master (#4546)
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user