mirror of
https://gitlab.steamos.cloud/holo/steamos-manager.git
synced 2025-07-12 01:12:30 -04:00
Run cargo fmt
This commit is contained in:
parent
cf9253a709
commit
fb58cd8772
2 changed files with 6 additions and 3 deletions
|
@ -676,7 +676,9 @@ CCLK_RANGE in Core0:
|
|||
|
||||
assert!(get_gpu_clocks_range().await.is_err());
|
||||
|
||||
write(filename.as_path(), &[] as &[u8; 0]).await.expect("write");
|
||||
write(filename.as_path(), &[] as &[u8; 0])
|
||||
.await
|
||||
.expect("write");
|
||||
assert!(get_gpu_clocks_range().await.is_err());
|
||||
|
||||
let contents = "0: 200Mhz *
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue