mirror of
https://github.com/ppy/osu.git
synced 2025-01-13 14:52:57 +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,
|
||||
Children = new Drawable[]
|
||||
{
|
||||
searchTextBox = new SearchTextBox()
|
||||
searchTextBox = new SearchTextBox
|
||||
{
|
||||
HoldFocus = true,
|
||||
Anchor = Anchor.TopCentre,
|
||||
|
Loading…
Reference in New Issue
Block a user