mirror of
https://gitlab.steamos.cloud/holo/steamos-manager.git
synced 2025-07-12 17:32:21 -04:00
Run cargo fmt
This commit is contained in:
parent
fcdcd435d6
commit
ea4a6d0764
1 changed files with 3 additions and 1 deletions
|
@ -981,7 +981,9 @@ pub(crate) async fn create_interfaces(
|
|||
.await?;
|
||||
}
|
||||
|
||||
object_server.at(MANAGER_PATH, fdo::ObjectManager {}).await?;
|
||||
object_server
|
||||
.at(MANAGER_PATH, fdo::ObjectManager {})
|
||||
.await?;
|
||||
|
||||
Ok(())
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue