formatting
This commit is contained in:
@ -6,13 +6,9 @@ use probes::ProbeError;
|
||||
#[derive(Debug)]
|
||||
pub enum StatError {
|
||||
ReadCpuStat { source: ProbeError },
|
||||
|
||||
ReadDiskUsage { source: ProbeError },
|
||||
|
||||
ReadLoadAvg { source: ProbeError },
|
||||
|
||||
ReadMemStat { source: ProbeError },
|
||||
|
||||
ReadUptime { source: io::Error },
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user