summaryrefslogtreecommitdiffstats
path: root/src/data_collection/processes.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/data_collection/processes.rs')
-rw-r--r--src/data_collection/processes.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/data_collection/processes.rs b/src/data_collection/processes.rs
index 7d042635..b6c4522d 100644
--- a/src/data_collection/processes.rs
+++ b/src/data_collection/processes.rs
@@ -3,11 +3,11 @@
//! For Linux, this is handled by a custom set of functions.
//! For Windows, macOS, FreeBSD, Android, and Linux, this is handled by sysinfo.
-use cfg_if::cfg_if;
use std::{borrow::Cow, time::Duration};
-use super::DataCollector;
+use cfg_if::cfg_if;
+use super::DataCollector;
use crate::{utils::error, Pid};
cfg_if! {