cargo fmt

This commit is contained in:
2025-08-24 12:40:35 -07:00
parent 85f9a44e46
commit 51e702368e
2 changed files with 6 additions and 3 deletions
+1 -1
View File
@@ -11,9 +11,9 @@ use std::fs;
#[cfg(target_os = "linux")]
use std::io;
use std::sync::Mutex;
use std::time::Duration as StdDuration;
use std::time::{Duration, Instant};
use sysinfo::{ProcessRefreshKind, ProcessesToUpdate};
use std::time::Duration as StdDuration;
use tracing::warn;
// Runtime toggles (read once)