Run cargo fmt

This commit is contained in:
Vicki Pfau 2024-08-27 19:53:55 -07:00
parent 6a08ce823e
commit 6815b7d695

View file

@ -25,7 +25,7 @@ use zbus::{interface, zvariant, Connection, Interface, InterfaceRef, SignalConte
use zbus_xml::Node; use zbus_xml::Node;
use crate::error::{to_zbus_fdo_error, zbus_to_zbus_fdo}; use crate::error::{to_zbus_fdo_error, zbus_to_zbus_fdo};
use crate::proxy::{JobManager1Proxy, Job1Proxy}; use crate::proxy::{Job1Proxy, JobManager1Proxy};
use crate::Service; use crate::Service;
const JOB_PREFIX: &str = "/com/steampowered/SteamOSManager1/Jobs"; const JOB_PREFIX: &str = "/com/steampowered/SteamOSManager1/Jobs";