1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-31 14:25:10 +08:00

Fix code quality

This commit is contained in:
Bartłomiej Dach 2025-01-17 13:34:16 +01:00
parent a67a68c596
commit b79e937d2d
No known key found for this signature in database

View File

@ -31,7 +31,7 @@ namespace osu.Game.Overlays.Profile.Header.Components
private CircularContainer completionMark = null!;
[Resolved]
private IAPIProvider api { get; set; }
private IAPIProvider api { get; set; } = null!;
[Resolved]
private OsuColour colours { get; set; } = null!;