mirror of
https://github.com/kunkunsh/kunkun-ext-neohtop.git
synced 2025-04-04 09:46:43 +00:00
fixed formatting
This commit is contained in:
parent
bb73393b15
commit
fb7a0b2aa9
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user