From 5c036ca0e5e00eb119bd2ca8a8d22e5d09113cb9 Mon Sep 17 00:00:00 2001 From: Awesomeangotti Date: Sat, 25 Apr 2026 21:31:17 +0000 Subject: [PATCH] Lets just go ahead and delete that invisible space... --- src/Ryujinx/Common/StartupTextHelper.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Ryujinx/Common/StartupTextHelper.cs b/src/Ryujinx/Common/StartupTextHelper.cs index 02f4de498..33daa56d8 100644 --- a/src/Ryujinx/Common/StartupTextHelper.cs +++ b/src/Ryujinx/Common/StartupTextHelper.cs @@ -1,4 +1,4 @@ -using System.Collections.Generic; +using System.Collections.Generic; using Ryujinx.Common.Logging; using Gommon;