Skip to content

Commit

Permalink
fix: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
leruaa committed Mar 4, 2025
1 parent 6f34b8a commit 1822e67
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions bin/host/src/execute.rs
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,8 @@ impl PersistExecutionReport {
];

if self.opcode_tracking {
// When tracking opcodes, the simple fact to attach an inspector to the EVM incure a huge
// performance penalty, so it's not relevant to track anything else than opcodes.
// When tracking opcodes, the simple fact to attach an inspector to the EVM incure a
// huge performance penalty, so it's not relevant to track anything else than opcodes.

// Add opcodes headers
let mut opcode_headers = OPCODE_INFO
Expand Down
4 changes: 2 additions & 2 deletions crates/executor/client/src/custom.rs
Original file line number Diff line number Diff line change
Expand Up @@ -183,8 +183,8 @@ impl<CTX, INTR: InterpreterTypes> Inspector<CTX, INTR> for OpCodeTrackingInspect

/// Called after `step` when the instruction has been executed.
///
/// Setting `interp.instruction_result` to anything other than [InstructionResult::Continue] alters the execution
/// of the interpreter.
/// Setting `interp.instruction_result` to anything other than [InstructionResult::Continue]
/// alters the execution of the interpreter.
#[inline]
fn step_end(&mut self, interp: &mut Interpreter<INTR>, context: &mut CTX) {
let _ = interp;
Expand Down

0 comments on commit 1822e67

Please sign in to comment.