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
93a78041fb
commit
81f3bde783
1 changed files with 1 additions and 4 deletions
|
@ -628,10 +628,7 @@ CCLK_RANGE in Core0:
|
||||||
let handle = testing::start();
|
let handle = testing::start();
|
||||||
|
|
||||||
let mut platform_config = PlatformConfig::default();
|
let mut platform_config = PlatformConfig::default();
|
||||||
platform_config.tdp_limit = Some(RangeConfig {
|
platform_config.tdp_limit = Some(RangeConfig { min: 3, max: 15 });
|
||||||
min: 3,
|
|
||||||
max: 15,
|
|
||||||
});
|
|
||||||
handle.test.platform_config.replace(Some(platform_config));
|
handle.test.platform_config.replace(Some(platform_config));
|
||||||
|
|
||||||
assert_eq!(
|
assert_eq!(
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue