Skip to content

Commit

Permalink
cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
Razican committed Dec 22, 2021
1 parent 48280f7 commit 9b5e239
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions boa/src/vm/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -106,8 +106,8 @@ impl Context {
.unwrap();
self.vm.frame_mut().pc += 1;

let _timer = BoaProfiler::global()
.start_event(&format!("INST - {}", &opcode.as_str()), "vm");
let _timer =
BoaProfiler::global().start_event(&format!("INST - {}", &opcode.as_str()), "vm");

match opcode {
Opcode::Nop => {}
Expand Down

0 comments on commit 9b5e239

Please sign in to comment.