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:
parent
a67a68c596
commit
b79e937d2d
@ -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!;
|
||||
|
Loading…
Reference in New Issue
Block a user