format: Fixed PR formatting
This commit is contained in:
parent
244111330b
commit
7f33014710
2 changed files with 9 additions and 3 deletions
|
|
@ -8,7 +8,10 @@ use crate::{
|
|||
},
|
||||
shell::{
|
||||
ANIMATION_DURATION, OverviewMode, SeatMoveGrabState,
|
||||
layout::{floating::{FloatingLayout, TiledCorners}, tiling::TilingLayout},
|
||||
layout::{
|
||||
floating::{FloatingLayout, TiledCorners},
|
||||
tiling::TilingLayout,
|
||||
},
|
||||
},
|
||||
state::State,
|
||||
utils::{prelude::*, tween::EaseRectangle},
|
||||
|
|
@ -646,7 +649,7 @@ impl Workspace {
|
|||
geometry: floating_geometry,
|
||||
output_size: self.output.geometry().size.as_logical(),
|
||||
was_maximized: was_maximized.is_some(),
|
||||
was_snapped
|
||||
was_snapped,
|
||||
})));
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue