trying different stöff
This commit is contained in:
@@ -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())
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user