Fix fmt on master (#4546)

This commit is contained in:
Sergei Shulepov
2021-12-16 19:10:46 +01:00
committed by GitHub
parent 2c0d7730d7
commit 1eefce2aa9
+1 -4
View File
@@ -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
} }