Skip to content
Snippets Groups Projects
Commit 1eefce2a authored by Sergey Pepyakin's avatar Sergey Pepyakin Committed by GitHub
Browse files

Fix fmt on master (#4546)

parent 2c0d7730
No related merge requests found
......@@ -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
}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment