From 0873104b5ae51dcebc0cbc9fe5fe1a727ff6dabb Mon Sep 17 00:00:00 2001 From: mbecker20 Date: Sun, 31 Aug 2025 19:13:14 -0700 Subject: [PATCH] fmt --- bin/periphery/src/stats.rs | 3 ++- client/core/rs/src/entities/stats.rs | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) 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 +}