Skip to content
This repository was archived by the owner on Nov 15, 2023. It is now read-only.

Commit 59a11d6

Browse files
committed
fmt
1 parent a35bca9 commit 59a11d6

File tree

1 file changed

+3
-3
lines changed
  • utils/frame/try-runtime/cli/src

1 file changed

+3
-3
lines changed

utils/frame/try-runtime/cli/src/lib.rs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@
133133
//! given the right flag:
134134
//!
135135
//! ```ignore
136-
//!
136+
//!
137137
//! #[cfg(feature = try-runtime)]
138138
//! fn pre_upgrade() -> Result<Vec<u8>, &'static str> {}
139139
//!
@@ -403,8 +403,8 @@ pub enum Command {
403403
/// only triggers all of the `on_runtime_upgrade` hooks in the runtime, and optionally
404404
/// `try_state`.
405405
///
406-
/// See [`frame_try_runtime::TryRuntime`] and [`commands::on_runtime_upgrade::OnRuntimeUpgradeCmd`] for
407-
/// more information.
406+
/// See [`frame_try_runtime::TryRuntime`] and
407+
/// [`commands::on_runtime_upgrade::OnRuntimeUpgradeCmd`] for more information.
408408
OnRuntimeUpgrade(commands::on_runtime_upgrade::OnRuntimeUpgradeCmd),
409409

410410
/// Executes the given block against some state.

0 commit comments

Comments
 (0)