chore: fmt

This commit is contained in:
Ashley Wulber 2024-02-26 18:44:57 -05:00 committed by Jeremy Soller
parent 09cd1a2319
commit 524ceef47c

View file

@ -176,7 +176,10 @@ where
None => {
// Set position to center
(
Point::new(bounds.x + bounds.width / 2.0, bounds.y + bounds.height / 2.0),
Point::new(
bounds.x + bounds.width / 2.0,
bounds.y + bounds.height / 2.0,
),
true,
)
}