mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-07-23 08:47:10 +02:00
misc: chore: Fix object creation in Common project
This commit is contained in:
parent
ae92fbf539
commit
7f5a356c3d
5 changed files with 12 additions and 12 deletions
|
@ -19,7 +19,7 @@ namespace Ryujinx.Common.Utilities
|
|||
|
||||
public static string Format(MessagePackObject obj)
|
||||
{
|
||||
IndentedStringBuilder builder = new IndentedStringBuilder();
|
||||
IndentedStringBuilder builder = new();
|
||||
|
||||
FormatMsgPackObj(obj, builder);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue