chore: cargo fmt

This commit is contained in:
Jacob Kauffmann 2026-05-14 15:39:59 -06:00
parent 21682acfae
commit f16dc74a7a
2 changed files with 2 additions and 3 deletions

View file

@ -100,7 +100,7 @@ pub struct EventProxy(
pane_grid::Pane,
segmented_button::Entity,
mpsc::Sender<(pane_grid::Pane, segmented_button::Entity, Event)>,
);
);
impl EventListener for EventProxy {
fn send_event(&self, event: Event) {