diff --git a/ledger/src/block_cost_limits.rs b/ledger/src/block_cost_limits.rs index e6d1d1474a1a4e..b4967b86221f5f 100644 --- a/ledger/src/block_cost_limits.rs +++ b/ledger/src/block_cost_limits.rs @@ -23,7 +23,7 @@ pub const fn account_cost_max() -> u64 { } pub const fn compute_unit_to_us_ratio() -> u64 { - (MAX_INSTRUCTION_COST / AVG_INSTRUCTION_TIME_US) * SYSTEM_PARALLELISM; + (MAX_INSTRUCTION_COST / AVG_INSTRUCTION_TIME_US) * SYSTEM_PARALLELISM } pub const fn signature_cost() -> u64 {