mirror of
https://github.com/kunkunsh/kunkun-ext-neohtop.git
synced 2025-04-18 04:34:33 +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::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,
|
CpuExt, Disk, DiskExt, NetworkExt, NetworksExt, PidExt, ProcessExt, ProcessStatus, System,
|
||||||
ProcessStatus, System,
|
|
||||||
SystemExt,
|
SystemExt,
|
||||||
};
|
};
|
||||||
use tauri::State;
|
use tauri::State;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user