Skip to content

Commit

Permalink
rustfmt
Browse files Browse the repository at this point in the history
  • Loading branch information
kamuik16 committed Jul 29, 2024
1 parent e2138c9 commit 61d6189
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fvm/src/machine/default.rs
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ where
#[cfg(not(feature = "nv24-dev"))]
const SUPPORTED_VERSIONS: RangeInclusive<NetworkVersion> =
NetworkVersion::V21..=NetworkVersion::V23;

#[cfg(feature = "nv24-dev")]
const SUPPORTED_VERSIONS: RangeInclusive<NetworkVersion> =
NetworkVersion::V21..=NetworkVersion::V24;
Expand Down

0 comments on commit 61d6189

Please sign in to comment.