Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
YaLTeR committed Sep 12, 2024
1 parent 43578e2 commit d0f2b9a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/layout/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4712,7 +4712,10 @@ mod tests {
bbox: Rectangle::from_loc_and_size((0, 0), (100, 200)),
min_max_size: Default::default(),
},
Op::SetWindowHeight { id: Some(0), change: SizeChange::SetFixed(704) },
Op::SetWindowHeight {
id: Some(0),
change: SizeChange::SetFixed(704),
},
Op::AddWindow {
id: 1,
bbox: Rectangle::from_loc_and_size((0, 0), (100, 200)),
Expand Down

0 comments on commit d0f2b9a

Please sign in to comment.