misc: chore: Fix object creation everywhere else

This commit is contained in:
Evan Husted 2025-01-26 15:28:18 -06:00
parent 9e1a13b2ee
commit c7db948fb3
5 changed files with 12 additions and 12 deletions

View file

@ -83,7 +83,7 @@ namespace Ryujinx.BuildValidationTasks
if (isGitRunner && encounteredIssue)
throw new JsonException("1 or more locales are invalid!");
JsonSerializerOptions jsonOptions = new JsonSerializerOptions()
JsonSerializerOptions jsonOptions = new()
{
WriteIndented = true,
NewLine = "\n",