removed useless if statemnt
This commit is contained in:
@@ -1,5 +1,3 @@
|
||||
|
||||
|
||||
/// # Models Module
|
||||
///
|
||||
/// This module defines all data structures (DTOs) used for communication between WatcherAgent and the backend server, as well as hardware metrics and Docker container info.
|
||||
@@ -194,4 +192,4 @@ pub struct DockerContainer {
|
||||
pub _net_in: f64,
|
||||
pub _net_out: f64,
|
||||
pub _cpu_load: f64,
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user