Formatting and fixes

This commit is contained in:
Luke D. Jones
2024-02-23 12:35:59 +13:00
parent ba54007102
commit 50eccd2b1d
6 changed files with 19 additions and 19 deletions

View File

@@ -118,7 +118,7 @@ trait Platform {
#[dbus_proxy(property)]
fn set_ppt_platform_sppt(&self, value: u8) -> zbus::Result<()>;
/// PlatformPolicy property
/// ThrottlePolicy property
#[dbus_proxy(property)]
fn throttle_thermal_policy(&self) -> zbus::Result<ThrottlePolicy>;
#[dbus_proxy(property)]