Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
rmalmain committed Jan 2, 2024
1 parent 4285893 commit 14cbe6a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions libafl_qemu/src/emu.rs
Original file line number Diff line number Diff line change
Expand Up @@ -553,9 +553,7 @@ pub trait ArchExtras {
impl CPU {
#[must_use]
pub fn emulator(&self) -> Emulator<NopEmuExitHandler> {
unsafe {
Emulator::<NopEmuExitHandler>::new_empty()
}
unsafe { Emulator::<NopEmuExitHandler>::new_empty() }
}

#[must_use]
Expand Down

0 comments on commit 14cbe6a

Please sign in to comment.