We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fda01a2 commit a8e4382Copy full SHA for a8e4382
1 file changed
core/src/commands/on_runtime_upgrade/mod.rs
@@ -43,8 +43,8 @@ use crate::{
43
44
/// Configuration for the `on_runtime_upgrade` command.
45
///
46
-/// The parameters below control the behavior of runtime upgrade checks e.g. whether to disable weight warnings,
47
-/// whether to run multi-block migration checks.
+/// The parameters below control the behavior of runtime upgrade checks e.g. whether to disable
+/// weight warnings, whether to run multi-block migration checks.
48
#[derive(Debug, Clone, clap::Parser)]
49
pub struct Command {
50
/// The source of the blockchain state to use when running the `on-runtime-upgrade` command.
0 commit comments