diff --git a/src/Ryujinx/Systems/PlayReport/PlayReports.cs b/src/Ryujinx/Systems/PlayReport/PlayReports.cs index d11e5f982..51199f24b 100644 --- a/src/Ryujinx/Systems/PlayReport/PlayReports.cs +++ b/src/Ryujinx/Systems/PlayReport/PlayReports.cs @@ -124,7 +124,7 @@ namespace Ryujinx.Ava.Systems.PlayReport spec => spec .WithDescription( "based on your mii count, total money, and fountain level.") - .AddMultiValueFormatter(["CountMii", "FountainLevel","Money"], TomodachiLifeLTD_Status) + .AddMultiValueFormatter(["CountMii", "FountainLevel", "Money"], TomodachiLifeLTD_Status) ) );