Skip to content

Commit

Permalink
cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
dfaust committed Dec 29, 2024
1 parent abcb9f8 commit 2527dba
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/platform_impl/linux/tray.rs
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,11 @@ impl ksni::Tray for Tray {
}

fn menu(&self) -> Vec<ksni::MenuItem<Self>> {
self.menu.iter().cloned().map(muda_to_ksni_menu_item).collect()
self.menu
.iter()
.cloned()
.map(muda_to_ksni_menu_item)
.collect()
}

fn activate(&mut self, x: i32, y: i32) {
Expand Down

0 comments on commit 2527dba

Please sign in to comment.