1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-12 19:03:08 +08:00

Fix code formatting

This commit is contained in:
recapitalverb 2020-02-04 11:36:22 +07:00
parent 14db813842
commit 2bbd12e39a
2 changed files with 11 additions and 11 deletions

View File

@ -4,8 +4,8 @@
using System; using System;
using Newtonsoft.Json; using Newtonsoft.Json;
using osu.Game.Scoring; using osu.Game.Scoring;
using static osu.Game.Users.User;
using osu.Game.Utils; using osu.Game.Utils;
using static osu.Game.Users.User;
namespace osu.Game.Users namespace osu.Game.Users
{ {