trying different stöff

This commit is contained in:
2025-08-09 17:52:01 +02:00
parent a8cfbbf766
commit cfd9fef3e9
6 changed files with 17 additions and 21 deletions

View File

@@ -242,7 +242,7 @@ pub async fn get_cpu_temp() -> Result<f64, Box<dyn Error>> {
(*services).Release();
(*locator).Release();
return Ok(result.unwrap() as f64).map_err(|e| e.into());
Ok(result.unwrap() as f64).map_err(|e| e.into())
}
}