From 6225f08397b335902c9ffff62075d17f56671366 Mon Sep 17 00:00:00 2001 From: Domenico V <35856442+LDj3SNuD@users.noreply.github.com> Date: Thu, 28 Dec 2023 15:05:44 +0100 Subject: [PATCH] Update StringStream.cs --- src/Ryujinx.HLE/Debugger/StringStream.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Ryujinx.HLE/Debugger/StringStream.cs b/src/Ryujinx.HLE/Debugger/StringStream.cs index 5ab497034..d8148a9c2 100644 --- a/src/Ryujinx.HLE/Debugger/StringStream.cs +++ b/src/Ryujinx.HLE/Debugger/StringStream.cs @@ -1,4 +1,4 @@ -using System.Diagnostics; +using System.Diagnostics; using System.Globalization; namespace Ryujinx.HLE.Debugger