Skip to content

Commit

Permalink
rust: Run cargo +nightly fmt
Browse files Browse the repository at this point in the history
Signed-off-by: Hubert Figuière <[email protected]>
  • Loading branch information
hfiguiere authored and bilelmoussaoui committed Nov 23, 2024
1 parent 689e228 commit 90df195
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions ashpd-demo/src/application.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
use std::{collections::HashMap, str::FromStr, convert::TryFrom};
use std::{collections::HashMap, convert::TryFrom, str::FromStr};

use adw::{prelude::*, subclass::prelude::*};
use ashpd::{
Expand Down Expand Up @@ -179,7 +179,8 @@ impl Application {

impl zvariant::DynamicType for Params {
fn signature(&self) -> zvariant::Signature {
zvariant::Signature::from_str("(sava{sv})").unwrap() }
zvariant::Signature::from_str("(sava{sv})").unwrap()
}
}

proxy
Expand Down

0 comments on commit 90df195

Please sign in to comment.