Skip to content

Commit

Permalink
clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
feschber committed Oct 29, 2024
1 parent 19aff64 commit 030d7ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/emulation.rs
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,7 @@ impl EmulationProxy {

// used to send enabled and disabled events
let _emulation_guard = DropGuard::new(
&event_tx,
event_tx,
EmulationEvent::EmulationEnabled,
EmulationEvent::EmulationDisabled,
);
Expand Down

0 comments on commit 030d7ab

Please sign in to comment.