diff --git a/bin/periphery/src/stats.rs b/bin/periphery/src/stats.rs index 2f37813b3..e832a6bc9 100644 --- a/bin/periphery/src/stats.rs +++ b/bin/periphery/src/stats.rs @@ -2,7 +2,8 @@ use std::{cmp::Ordering, sync::OnceLock}; use async_timing_util::wait_until_timelength; use komodo_client::entities::stats::{ - SingleDiskUsage, SystemInformation, SystemLoadAverage, SystemProcess, SystemStats, + SingleDiskUsage, SystemInformation, SystemLoadAverage, + SystemProcess, SystemStats, }; use sysinfo::{ProcessRefreshKind, ProcessesToUpdate, System}; use tokio::sync::RwLock; diff --git a/client/core/rs/src/entities/stats.rs b/client/core/rs/src/entities/stats.rs index 95b385230..148f67ecc 100644 --- a/client/core/rs/src/entities/stats.rs +++ b/client/core/rs/src/entities/stats.rs @@ -191,4 +191,4 @@ pub struct SystemLoadAverage { pub five: f64, /// 15m load average pub fifteen: f64, -} \ No newline at end of file +}