diff --git a/WatcherAgent/src/main.rs b/WatcherAgent/src/main.rs index 0e97200..c740f27 100644 --- a/WatcherAgent/src/main.rs +++ b/WatcherAgent/src/main.rs @@ -466,6 +466,8 @@ fn get_cpu_temp() -> Option { } } } + + None } #[cfg(target_os = "windows")]