mirror of
https://gitlab.steamos.cloud/holo/steamos-manager.git
synced 2025-07-12 09:22:26 -04:00
Run cargo fmt
This commit is contained in:
parent
922ba006ae
commit
788cf884bf
2 changed files with 2 additions and 3 deletions
|
@ -247,8 +247,7 @@ CCLK_RANGE in Core0:
|
|||
|
||||
pub async fn read_clocks() -> Result<String, std::io::Error> {
|
||||
let base = find_hwmon().await.unwrap();
|
||||
read_to_string(base.join(GPU_CLOCKS_SUFFIX))
|
||||
.await
|
||||
read_to_string(base.join(GPU_CLOCKS_SUFFIX)).await
|
||||
}
|
||||
|
||||
pub fn format_clocks(mhz: u32) -> String {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue