mirror of
https://gitlab.steamos.cloud/holo/steamos-manager.git
synced 2025-07-16 03:06:47 -04:00
Fix some clippy warnings
This commit is contained in:
parent
bdd095860e
commit
fb6e86d5e8
2 changed files with 3 additions and 3 deletions
|
@ -174,7 +174,7 @@ async fn get_all_properties(conn: &Connection) -> Result<()> {
|
|||
let introspection = Node::from_reader(Cursor::new(introspection))?;
|
||||
|
||||
let properties_proxy = PropertiesProxy::new(
|
||||
&conn,
|
||||
conn,
|
||||
"com.steampowered.SteamOSManager1",
|
||||
"/com/steampowered/SteamOSManager1",
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue