format check trigger

This commit is contained in:
Abdenasser 2024-11-10 14:15:26 +01:00
parent 98148ce386
commit bb73393b15

View File

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