Skip to content

Commit

Permalink
fix: rust fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
varex83 committed Aug 20, 2024
1 parent bb23d4a commit 3403746
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/blockifier/src/execution/execution_utils.rs
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ pub fn max_fee_for_execution_info(tx_info: &TransactionInfo) -> Felt {
TransactionInfo::Current(_) => 0,
TransactionInfo::Deprecated(tx_info) => tx_info.max_fee.0,
}
.into()
.into()
}

pub fn format_panic_data(felts: &[Felt]) -> String {
Expand Down

0 comments on commit 3403746

Please sign in to comment.