From c84fbe096b3e0f72c604c94e422dd5f5ed9ee166 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;