clippy clean ups

This commit is contained in:
2025-08-11 23:37:50 -07:00
parent 1e248306a6
commit 8d81ee1f7e
5 changed files with 7 additions and 8 deletions
+1 -1
View File
@@ -21,4 +21,4 @@ pub fn collect_all_gpus() -> Result<Vec<GpuMetrics>, Box<dyn std::error::Error>>
};
Ok(vec![metrics])
}
}