Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
amrbashir authored Jun 13, 2022
1 parent d1c941a commit 1c30d8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/platform_impl/windows/window_state.rs
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,7 @@ impl WindowFlags {
}

if diff.contains(WindowFlags::MAXIMIZED) || new.contains(WindowFlags::MAXIMIZED) {
unsafe {
unsafe {
ShowWindow(
window,
match new.contains(WindowFlags::MAXIMIZED) {
Expand Down

0 comments on commit 1c30d8b

Please sign in to comment.