Skip to content

Commit

Permalink
fix: fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
cchudant committed Dec 10, 2024
1 parent 1337351 commit 5e15fa5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/client/exec/src/execution.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ use blockifier::transaction::transaction_types::TransactionType;
use blockifier::transaction::transactions::{ExecutableTransaction, ExecutionFlags};
use starknet_api::transaction::TransactionHash;

use crate::{Error, ExecutionContext, ExecutionResult, TxFeeEstimationError, TxExecError};
use crate::{Error, ExecutionContext, ExecutionResult, TxExecError, TxFeeEstimationError};

impl ExecutionContext {
/// Execute transactions. The returned `ExecutionResult`s are the results of the `transactions_to_trace`. The results of `transactions_before` are discarded.
Expand Down

0 comments on commit 5e15fa5

Please sign in to comment.