1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-13 17:13:06 +08:00

Remove redundant parenthesis

Co-authored-by: Bartłomiej Dach <dach.bartlomiej@gmail.com>
This commit is contained in:
Dean Herbert 2021-10-20 18:11:33 +09:00 committed by GitHub
parent 480dc57102
commit fd01a226db
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -63,7 +63,7 @@ namespace osu.Game.Tests.Visual.Multiplayer
RelativeSizeAxes = Axes.Both, RelativeSizeAxes = Axes.Both,
Children = new Drawable[] Children = new Drawable[]
{ {
searchTextBox = new SearchTextBox() searchTextBox = new SearchTextBox
{ {
HoldFocus = true, HoldFocus = true,
Anchor = Anchor.TopCentre, Anchor = Anchor.TopCentre,