removed useless if statemnt

This commit is contained in:
2025-10-03 14:19:48 +02:00
parent c745125f20
commit 820952089a
2 changed files with 1 additions and 18 deletions

View File

@@ -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,
}
}