Skip to content

Commit 6503571

Browse files
committed
fmt
1 parent ecb5f13 commit 6503571

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

crates/evm/traces/src/lib.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -456,7 +456,8 @@ impl TraceMode {
456456
.is_jump()
457457
.then(|| OpcodeFilter::new().enable(OpCode::JUMP).enable(OpCode::JUMPDEST)),
458458
exclude_precompile_calls: false,
459-
}.into()
459+
}
460+
.into()
460461
}
461462
}
462463
}

0 commit comments

Comments
 (0)