mirror of
https://github.com/ppy/osu
synced 2024-12-15 19:36:34 +00:00
remove using, remove empty agrument list
This commit is contained in:
parent
2a314f052a
commit
aa26ea483d
@ -11,7 +11,6 @@ using osu.Framework.Logging;
|
||||
using osu.Framework.Threading;
|
||||
using osu.Game.Online.API;
|
||||
using osu.Game.Online.API.Requests;
|
||||
using osu.Game.Users;
|
||||
|
||||
namespace osu.Game.Online.Chat
|
||||
{
|
||||
|
@ -42,7 +42,7 @@ namespace osu.Game.Overlays.Chat
|
||||
Shear = shear;
|
||||
Children = new Drawable[]
|
||||
{
|
||||
new Container()
|
||||
new Container
|
||||
{
|
||||
RelativeSizeAxes = Axes.Both,
|
||||
Children = new Drawable[]
|
||||
|
Loading…
Reference in New Issue
Block a user