Skip to content

Commit

Permalink
chore: make rustfmt happy (#1319)
Browse files Browse the repository at this point in the history
Trivial fix for rustfmt
  • Loading branch information
imobachgs authored Jun 12, 2024
2 parents 2d5abc7 + 72d0aab commit 5fcd29d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion rust/agama-lib/src/proxies.rs
Original file line number Diff line number Diff line change
Expand Up @@ -178,4 +178,3 @@ trait Issues {
#[dbus_proxy(property)]
fn all(&self) -> zbus::Result<Vec<(String, String, u32, u32)>>;
}

0 comments on commit 5fcd29d

Please sign in to comment.