Styling fixes.

This commit is contained in:
Dean Herbert
2017-03-15 17:50:52 +09:00
parent 295f821025
commit 08e93275fa
2 changed files with 4 additions and 2 deletions

View File

@ -1,4 +1,7 @@
using System.Collections.Generic; // Copyright (c) 2007-2017 ppy Pty Ltd <contact@ppy.sh>.
// Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu/master/LICENCE
using System.Collections.Generic;
using Newtonsoft.Json; using Newtonsoft.Json;
using osu.Framework.IO.Network; using osu.Framework.IO.Network;
using osu.Game.Database; using osu.Game.Database;

View File

@ -8,7 +8,6 @@ using osu.Framework.Graphics;
using osu.Framework.Graphics.Containers; using osu.Framework.Graphics.Containers;
using osu.Framework.Graphics.Sprites; using osu.Framework.Graphics.Sprites;
using osu.Framework.Graphics.Textures; using osu.Framework.Graphics.Textures;
using osu.Framework.Logging;
namespace osu.Game.Users namespace osu.Game.Users
{ {