Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
kianenigma committed Dec 13, 2022
1 parent a35bca9 commit 59a11d6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions utils/frame/try-runtime/cli/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@
//! given the right flag:
//!
//! ```ignore
//!
//!
//! #[cfg(feature = try-runtime)]
//! fn pre_upgrade() -> Result<Vec<u8>, &'static str> {}
//!
Expand Down Expand Up @@ -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.
Expand Down

0 comments on commit 59a11d6

Please sign in to comment.