From 59a11d6eb5800b724a1f9cf5a6a86b082e0ff3b9 Mon Sep 17 00:00:00 2001 From: kianenigma Date: Tue, 13 Dec 2022 16:31:14 +0000 Subject: [PATCH] fmt --- utils/frame/try-runtime/cli/src/lib.rs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/utils/frame/try-runtime/cli/src/lib.rs b/utils/frame/try-runtime/cli/src/lib.rs index c282f13e2fb92..47a9dfa3f6544 100644 --- a/utils/frame/try-runtime/cli/src/lib.rs +++ b/utils/frame/try-runtime/cli/src/lib.rs @@ -133,7 +133,7 @@ //! given the right flag: //! //! ```ignore -//! +//! //! #[cfg(feature = try-runtime)] //! fn pre_upgrade() -> Result, &'static str> {} //! @@ -403,8 +403,8 @@ pub enum Command { /// only triggers all of the `on_runtime_upgrade` hooks in the runtime, and optionally /// `try_state`. /// - /// See [`frame_try_runtime::TryRuntime`] and [`commands::on_runtime_upgrade::OnRuntimeUpgradeCmd`] for - /// more information. + /// See [`frame_try_runtime::TryRuntime`] and + /// [`commands::on_runtime_upgrade::OnRuntimeUpgradeCmd`] for more information. OnRuntimeUpgrade(commands::on_runtime_upgrade::OnRuntimeUpgradeCmd), /// Executes the given block against some state.