Skip to content

Commit

Permalink
fix: something wrong
Browse files Browse the repository at this point in the history
  • Loading branch information
Decodetalkers committed Aug 4, 2024
1 parent b5a981f commit a08c1b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/zbus_mpirs.rs
Original file line number Diff line number Diff line change
Expand Up @@ -296,8 +296,8 @@ trait FreedestopDBus {
fn name_owner_changed(
&self,
name: String,
older_owner: String,
new_owner: String,
older_owner: String,
) -> Result<()>;
fn list_names(&self) -> Result<Vec<String>>;
}
Expand Down

0 comments on commit a08c1b8

Please sign in to comment.