1
0
mirror of https://github.com/ppy/osu.git synced 2025-02-06 02:23:21 +08:00

Fix code formatting issues

This commit is contained in:
Dean Herbert 2019-03-01 09:49:36 +09:00
parent 67928ac1fe
commit 80b5f1c523
2 changed files with 1 additions and 3 deletions

View File

@ -7,7 +7,6 @@ using osu.Game.Graphics;
using osu.Game.Overlays.Dialog; using osu.Game.Overlays.Dialog;
using osu.Game.Scoring; using osu.Game.Scoring;
using System; using System;
using System.Collections.Generic;
using System.Linq; using System.Linq;
namespace osu.Game.Screens.Select namespace osu.Game.Screens.Select
@ -26,7 +25,7 @@ namespace osu.Game.Screens.Select
{ {
BodyText = $@"{beatmap.Metadata?.Artist} - {beatmap.Metadata?.Title}"; BodyText = $@"{beatmap.Metadata?.Artist} - {beatmap.Metadata?.Title}";
Icon = FontAwesome.fa_eraser; Icon = FontAwesome.fa_eraser;
HeaderText = $@"Clearing all local scores. Are you sure?"; HeaderText = @"Clearing all local scores. Are you sure?";
Buttons = new PopupDialogButton[] Buttons = new PopupDialogButton[]
{ {
new PopupDialogOkButton new PopupDialogOkButton

View File

@ -24,7 +24,6 @@ using osu.Game.Screens.Backgrounds;
using osu.Game.Screens.Edit; using osu.Game.Screens.Edit;
using osu.Game.Screens.Menu; using osu.Game.Screens.Menu;
using osu.Game.Screens.Play; using osu.Game.Screens.Play;
using osu.Game.Screens.Select.Leaderboards;
using osu.Game.Screens.Select.Options; using osu.Game.Screens.Select.Options;
using osu.Game.Skinning; using osu.Game.Skinning;
using osuTK; using osuTK;