mirror of
https://github.com/ppy/osu.git
synced 2025-02-07 19:02:58 +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!;
|
private CircularContainer completionMark = null!;
|
||||||
|
|
||||||
[Resolved]
|
[Resolved]
|
||||||
private IAPIProvider api { get; set; }
|
private IAPIProvider api { get; set; } = null!;
|
||||||
|
|
||||||
[Resolved]
|
[Resolved]
|
||||||
private OsuColour colours { get; set; } = null!;
|
private OsuColour colours { get; set; } = null!;
|
||||||
|
Loading…
Reference in New Issue
Block a user