mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-14 08:41:07 +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
|
// NOTE: we cannot set `UpgradeGoAheadSignal` signal here since this will be reset by
|
||||||
// the following call `note_new_head`
|
// the following call `note_new_head`
|
||||||
log::warn!(
|
log::warn!(target: LOG_TARGET, "ended up scheduling an upgrade while one is pending",);
|
||||||
target: LOG_TARGET,
|
|
||||||
"ended up scheduling an upgrade while one is pending",
|
|
||||||
);
|
|
||||||
return weight
|
return weight
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user