chore: fmt
This commit is contained in:
parent
09cd1a2319
commit
524ceef47c
1 changed files with 4 additions and 1 deletions
|
|
@ -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,
|
||||
)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue