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 5ab4970344..d8148a9c29 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