1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-24 00:41:18 +08:00

Fix more code quality inspections

This commit is contained in:
Bartłomiej Dach
2024-08-22 10:49:24 +02:00
Unverified
parent 9020739f36
commit 9997271a6a
@@ -27,9 +27,6 @@ namespace osu.Game.Overlays.Settings.Sections.Maintenance
[Resolved(canBeNull: true)]
private OsuGame game { get; set; }
[Resolved]
private INotificationOverlay notifications { get; set; }
[Resolved]
private Storage storage { get; set; }
@@ -97,8 +94,6 @@ namespace osu.Game.Overlays.Settings.Sections.Maintenance
Beatmap.Value = Beatmap.Default;
var originalStorage = new NativeStorage(storage.GetFullPath(string.Empty), host);
migrationTask = Task.Run(PerformMigration)
.ContinueWith(task =>
{