Skip to content

Commit

Permalink
Fix formatting issue
Browse files Browse the repository at this point in the history
  • Loading branch information
TippyFlits authored Dec 5, 2023
1 parent 6a3f890 commit c2ee6dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fvm/src/gas/price_list.rs
Original file line number Diff line number Diff line change
Expand Up @@ -974,7 +974,7 @@ impl PriceList {
pub fn price_list_by_network_version(network_version: NetworkVersion) -> &'static PriceList {
match network_version {
NetworkVersion::V21 => &WATERMELON_PRICES,
#[cfg(feature = "nv22-dev")]
#[cfg(feature = "nv22-dev")]
_ if network_version == NetworkVersion::V21 => &WATERMELON_PRICES,
_ => panic!("network version {nv} not supported", nv = network_version),
}
Expand Down

0 comments on commit c2ee6dd

Please sign in to comment.