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:
parent
480dc57102
commit
fd01a226db
@ -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,
|
||||||
|
Loading…
Reference in New Issue
Block a user