Skip to content

Commit

Permalink
clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
rmalmain committed Jan 27, 2025
1 parent afe266a commit 241789b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libafl_qemu/src/modules/usermode/asan.rs
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ impl AsanErrorCallback {
#[must_use]
pub unsafe fn report() -> Self {
Self::new(Box::new(|rt, qemu, pc, err| {
asan_report(rt, qemu, pc, &err)
asan_report(rt, qemu, pc, &err);
}))
}

Expand Down

0 comments on commit 241789b

Please sign in to comment.