Formatting

This commit is contained in:
DrabWeb
2017-03-17 18:29:55 -03:00
parent 4aea06be22
commit 82c02fa1fc
2 changed files with 5 additions and 11 deletions

View File

@ -2,7 +2,6 @@
// Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu/master/LICENCE
using osu.Framework.Graphics.Sprites;
using osu.Framework.Graphics.Textures;
using osu.Game.Graphics.UserInterface;
namespace osu.Game.Users
@ -13,7 +12,7 @@ namespace osu.Game.Users
public Sprite CreateDrawable()
{
return new Sprite { };
return new Sprite();
}
}
}