Skip to content
This repository has been archived by the owner on Jul 5, 2024. It is now read-only.

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
CeciliaZ030 committed Jan 11, 2024
1 parent 1c0bf68 commit 45a1501
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion bus-mapping/src/circuit_input_builder.rs
Original file line number Diff line number Diff line change
Expand Up @@ -399,7 +399,13 @@ impl<'a, C: CircuitsParams> CircuitInputBuilder<C> {
tx.steps_mut().extend(exec_steps);
}
// Peek the end_tx_step
self.check_and_chunk(geth_trace, tx.clone(), tx_ctx.clone(), None, last_call.clone())?;
self.check_and_chunk(
geth_trace,
tx.clone(),
tx_ctx.clone(),
None,
last_call.clone(),
)?;

// Generate EndTx step
let end_tx_step =
Expand Down

0 comments on commit 45a1501

Please sign in to comment.