Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
AurelienFT committed Nov 19, 2024
1 parent c0a14ff commit 4cf15da
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions fuel-tx/src/transaction/consensus_parameters/gas.rs
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ pub enum GasCostsValues {
/// Version 4 of the gas costs.
V4(GasCostsValuesV4),
/// Version 5 of the gas costs.
V5(GasCostsValuesV5)
V5(GasCostsValuesV5),
}

/// Gas cost for this instruction is not defined for this version.
Expand Down Expand Up @@ -2943,7 +2943,6 @@ impl GasCostsValuesV4 {
}
}


impl GasCostsValuesV5 {
/// Create costs that are all set to zero.
pub fn free() -> Self {
Expand Down

0 comments on commit 4cf15da

Please sign in to comment.