Skip to content

Commit

Permalink
fmt: formatted code
Browse files Browse the repository at this point in the history
  • Loading branch information
Hirevo committed Feb 14, 2024
1 parent d3fe8d2 commit a2e442f
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion som-interpreter-bc/src/frame.rs
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,11 @@ impl Frame {
timing: Some(timing),
}
}
FrameKind::Method { holder: _holder, method, .. } => {
FrameKind::Method {
holder: _holder,
method,
..
} => {
#[cfg(feature = "profiler")]
let timing = {
let frame_name = format!(
Expand Down

0 comments on commit a2e442f

Please sign in to comment.