Skip to content

Commit

Permalink
chore: run fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
Decodetalkers committed Aug 28, 2024
1 parent 52aa0d0 commit f555704
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion iced_examples/zbus_invoked_widget/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ impl MultiApplication for Counter {
margin: Some((100, 100, 100, 100)),
keyboard_interactivity: KeyboardInteractivity::OnDemand,
use_last_output: false,
is_transparent: false
is_transparent: false,
},
(),
)),
Expand Down
4 changes: 2 additions & 2 deletions iced_layershell/src/multi_window.rs
Original file line number Diff line number Diff line change
Expand Up @@ -813,7 +813,7 @@ async fn run_instance<A, E, C>(
IcedNewMenuSettings {
size: (width, height),
direction,
is_transparent
is_transparent,
},
info,
)),
Expand All @@ -834,7 +834,7 @@ async fn run_instance<A, E, C>(
IcedNewPopupSettings {
size: (width, height),
position: (x, y),
is_transparent
is_transparent,
},
info,
)));
Expand Down
2 changes: 1 addition & 1 deletion layershellev/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2196,7 +2196,7 @@ impl<T: 'static> WindowState<T> {
margin,
keyboard_interactivity,
use_last_output,
is_transparent
is_transparent,
},
info,
)) => {
Expand Down

0 comments on commit f555704

Please sign in to comment.