mirror of
https://github.com/ppy/osu.git
synced 2025-03-06 01:37:48 +08:00
Fix more code quality inspections
This commit is contained in:
parent
9020739f36
commit
9997271a6a
@ -27,9 +27,6 @@ namespace osu.Game.Overlays.Settings.Sections.Maintenance
|
|||||||
[Resolved(canBeNull: true)]
|
[Resolved(canBeNull: true)]
|
||||||
private OsuGame game { get; set; }
|
private OsuGame game { get; set; }
|
||||||
|
|
||||||
[Resolved]
|
|
||||||
private INotificationOverlay notifications { get; set; }
|
|
||||||
|
|
||||||
[Resolved]
|
[Resolved]
|
||||||
private Storage storage { get; set; }
|
private Storage storage { get; set; }
|
||||||
|
|
||||||
@ -97,8 +94,6 @@ namespace osu.Game.Overlays.Settings.Sections.Maintenance
|
|||||||
|
|
||||||
Beatmap.Value = Beatmap.Default;
|
Beatmap.Value = Beatmap.Default;
|
||||||
|
|
||||||
var originalStorage = new NativeStorage(storage.GetFullPath(string.Empty), host);
|
|
||||||
|
|
||||||
migrationTask = Task.Run(PerformMigration)
|
migrationTask = Task.Run(PerformMigration)
|
||||||
.ContinueWith(task =>
|
.ContinueWith(task =>
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user