1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-28 02:43:19 +08:00

Standardise canBeNull specification

This commit is contained in:
Dean Herbert 2021-05-20 13:20:35 +09:00
parent f1fd40dcca
commit 3c201fb8e7

View File

@ -23,7 +23,7 @@ namespace osu.Game.Overlays.AccountCreation
private OsuTextFlowContainer multiAccountExplanationText;
private LinkFlowContainer furtherAssistance;
[Resolved(CanBeNull = true)]
[Resolved(canBeNull: true)]
private IAPIProvider api { get; set; }
[Resolved(canBeNull: true)]