From 8bdbd02d6e7e753336f098fd97bf8fa257053f3b Mon Sep 17 00:00:00 2001 From: ShootingStarDragons Date: Sat, 7 Sep 2024 12:30:06 +0859 Subject: [PATCH] chore: run fmt --- iced_layershell/src/multi_window.rs | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/iced_layershell/src/multi_window.rs b/iced_layershell/src/multi_window.rs index b9d501a..6ac80ca 100644 --- a/iced_layershell/src/multi_window.rs +++ b/iced_layershell/src/multi_window.rs @@ -1025,10 +1025,12 @@ pub(crate) fn run_command( &debug.overlay(), ); - proxy.send_event(tag(window::Screenshot::new( - bytes, - window.state.physical_size(), - ))).ok(); + proxy + .send_event(tag(window::Screenshot::new( + bytes, + window.state.physical_size(), + ))) + .ok(); } _ => {} },