From bf9e46e7a8fc92650a6d32840b30fcdcbdd82960 Mon Sep 17 00:00:00 2001 From: Mabel Date: Sun, 17 May 2026 15:20:38 -0700 Subject: [PATCH] Add Space After Comma In AddMultiValueFormatter Call --- src/Ryujinx/Systems/PlayReport/PlayReports.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) ) );