Skip to content

Commit d42235e

Browse files
committed
fmt
1 parent a6f4c5e commit d42235e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

crates/libafl/src/executors/hooks/intel_pt.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1+
use alloc::vec::Vec;
12
use core::fmt::Debug;
3+
use std::ops::AddAssign;
24

3-
use alloc::vec::Vec;
45
use libafl_intelpt::IntelPT;
56
pub use libafl_intelpt::PtImage;
67
use serde::Serialize;
7-
use std::ops::AddAssign;
88
use typed_builder::TypedBuilder;
99

1010
use crate::executors::hooks::ExecutorHook;

0 commit comments

Comments
 (0)