Use expression body in ModsJson get accessor

This commit is contained in:
Roman Kapustin 2021-03-12 00:02:29 +03:00
parent 5a4b0174b1
commit a60ff80c04

View File

@ -86,10 +86,7 @@ namespace osu.Game.Scoring
[Column("Mods")]
public string ModsJson
{
get
{
return modsJson;
}
get => modsJson;
set
{
modsJson = value;