From cb63c45fb6fd984cc3159ca4dcb118ff50ab1f54 Mon Sep 17 00:00:00 2001 From: donpat1to Date: Thu, 7 Aug 2025 18:17:23 +0200 Subject: [PATCH] checking build --- WatcherAgent/src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/WatcherAgent/src/main.rs b/WatcherAgent/src/main.rs index 6796e14..0a33294 100644 --- a/WatcherAgent/src/main.rs +++ b/WatcherAgent/src/main.rs @@ -416,7 +416,7 @@ impl MetricsCollector { } fn get_cpu_temp() -> Option { - println!("Attempting to get CPU temperature... "); + println!("Attempting to get CPU temperature..."); #[cfg(target_os = "linux")] {