Skip to content

Commit 76e1c6c

Browse files
Auto-format: cargo fmt --all
1 parent 1a9bfb3 commit 76e1c6c

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

crates/vm/src/stdlib/sys/monitoring.rs

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -413,10 +413,7 @@ fn fire_event_inner(
413413
if ((global | local) & check_bit) == 0 {
414414
continue;
415415
}
416-
if state
417-
.disabled
418-
.contains(&(code_id, offset as usize, tool))
419-
{
416+
if state.disabled.contains(&(code_id, offset as usize, tool)) {
420417
continue;
421418
}
422419
if let Some(cb) = state.callbacks.get(&(tool, event_id)) {

0 commit comments

Comments
 (0)