mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2026-05-23 04:52:08 +00:00
Add Space After Comma In AddMultiValueFormatter Call
This commit is contained in:
parent
286b520f24
commit
bf9e46e7a8
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
)
|
||||
);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue