Skip to content

Commit

Permalink
chore: remove uneeded spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
dutterbutter committed Nov 22, 2024
1 parent 43f7700 commit aee6682
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/formatter.rs
Original file line number Diff line number Diff line change
Expand Up @@ -363,7 +363,7 @@ impl Formatter {
}
/// Prints the events of a contract in a structured log.
pub fn print_event(&mut self, event: &VmEvent, resolve_hashes: bool, is_last_sibling: bool) {
tracing::info!("");
//tracing::info!("");
let event = event.clone();

let topics = resolve_topics(&event.indexed_topics, resolve_hashes);
Expand Down

0 comments on commit aee6682

Please sign in to comment.