mirror of
https://gitlab.steamos.cloud/holo/steamos-manager.git
synced 2025-07-06 06:30:27 -04:00
Run cargo fmt
This commit is contained in:
parent
88c2a0af96
commit
c7c38dc324
1 changed files with 3 additions and 1 deletions
|
@ -145,7 +145,9 @@ pub async fn daemon() -> Result<()> {
|
|||
}
|
||||
};
|
||||
|
||||
let context = UserContext { session: session.clone() };
|
||||
let context = UserContext {
|
||||
session: session.clone(),
|
||||
};
|
||||
let mut daemon = Daemon::new(subscriber, system, rx).await?;
|
||||
|
||||
daemon.add_service(mirror_service);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue