mirror of
https://github.com/JakeStanger/ironbar.git
synced 2024-11-29 10:33:00 +03:00
refactor: remove redundant clone
This commit is contained in:
parent
6e5d0c1e8c
commit
0d7ab54160
@ -142,7 +142,7 @@ impl EventClient {
|
||||
if prev_workspace.id != workspace.id {
|
||||
tx.send(WorkspaceUpdate::Focus {
|
||||
old: prev_workspace,
|
||||
new: workspace.clone(),
|
||||
new: workspace,
|
||||
})
|
||||
.expect(ERR_CHANNEL_SEND);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user