remove using, remove empty agrument list

This commit is contained in:
miterosan 2018-04-08 22:43:01 +02:00
parent 2a314f052a
commit aa26ea483d
2 changed files with 1 additions and 2 deletions

View File

@ -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
{

View File

@ -42,7 +42,7 @@ namespace osu.Game.Overlays.Chat
Shear = shear;
Children = new Drawable[]
{
new Container()
new Container
{
RelativeSizeAxes = Axes.Both,
Children = new Drawable[]