mirror of
https://github.com/Zedfrigg/ironbar.git
synced 2025-09-15 19:26:58 +02:00
refactor: fix clippy warnings
This commit is contained in:
parent
3c4b6a0fdb
commit
b62d0d58cb
3 changed files with 4 additions and 4 deletions
|
@ -66,7 +66,7 @@ impl Ipc {
|
|||
});
|
||||
|
||||
cmd_rx.recv_glib(application, move |application, command| {
|
||||
let res = Self::handle_command(command, &application, &ironbar);
|
||||
let res = Self::handle_command(command, application, &ironbar);
|
||||
res_tx.send_spawn(res);
|
||||
});
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue