fixed formatting

This commit is contained in:
Abdenasser 2024-11-10 14:17:06 +01:00
parent bb73393b15
commit fb7a0b2aa9

View File

@ -4,8 +4,7 @@ use std::collections::HashMap;
use std::sync::Mutex;
use std::time::{Instant, SystemTime, UNIX_EPOCH};
use sysinfo::{
CpuExt, Disk, DiskExt, NetworkExt, NetworksExt, PidExt, ProcessExt,
ProcessStatus, System,
CpuExt, Disk, DiskExt, NetworkExt, NetworksExt, PidExt, ProcessExt, ProcessStatus, System,
SystemExt,
};
use tauri::State;