Skip to content

Commit

Permalink
chore: run fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
Decodetalkers committed Sep 7, 2024
1 parent 7dfe9d9 commit 8bdbd02
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions iced_layershell/src/multi_window.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1025,10 +1025,12 @@ pub(crate) fn run_command<A, C, E>(
&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();
}
_ => {}
},
Expand Down

0 comments on commit 8bdbd02

Please sign in to comment.