mirror of
https://gitlab.steamos.cloud/holo/steamos-manager.git
synced 2025-07-13 09:52:00 -04:00
Run clang fmt
This commit is contained in:
parent
deb8cf620f
commit
63902f8cc9
2 changed files with 17 additions and 8 deletions
|
@ -152,7 +152,9 @@ impl<'dbus> SystemdUnit<'dbus> {
|
|||
}
|
||||
|
||||
pub async fn enabled(&self) -> Result<EnableState> {
|
||||
Ok(EnableState::from_str(self.proxy.unit_file_state().await?.as_str())?)
|
||||
Ok(EnableState::from_str(
|
||||
self.proxy.unit_file_state().await?.as_str(),
|
||||
)?)
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue