Skip to content

Commit

Permalink
optimize code struct
Browse files Browse the repository at this point in the history
  • Loading branch information
DreamMaoMao committed Nov 7, 2024
1 parent 9f88894 commit 19a29e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/wm/src/app_command.rs
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ use crate::{
windows::{
commands::{
ignore_window, move_window_in_direction, move_window_to_workspace,
resize_window, set_window_position, set_window_size, update_window_state
resize_window, set_window_position, set_window_size, update_window_state,
},
traits::WindowGetters,
WindowState,
Expand Down

0 comments on commit 19a29e1

Please sign in to comment.