Skip to content

Commit

Permalink
Auto reformat
Browse files Browse the repository at this point in the history
  • Loading branch information
simonsso committed Nov 3, 2023
1 parent 6215f24 commit 07280e7
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions core/src/state.rs
Original file line number Diff line number Diff line change
Expand Up @@ -109,12 +109,15 @@ pub enum TryRuntimeFeatureCheck {
}
/// Options for [`to_ext`]
///
/// Whether to check if the new runtime `spec_version` is greater than the previous runtime `spec_version`
/// Whether to check if the new runtime `spec_version` is greater than the previous runtime
/// `spec_version`
#[derive(PartialEq, PartialOrd)]
pub enum SpecVersionCheck {
/// Check that the new runtime `spec_version` is greater than the previous runtime `spec_version`
/// Check that the new runtime `spec_version` is greater than the previous runtime
/// `spec_version`
Check,
/// Don't check that the new runtime `spec_version` is greater than the previous runtime `spec_version`
/// Don't check that the new runtime `spec_version` is greater than the previous runtime
/// `spec_version`
Skip,
}

Expand Down

0 comments on commit 07280e7

Please sign in to comment.