From f6475f84b01aea5a29faa8d338c2ada210e2e7e5 Mon Sep 17 00:00:00 2001 From: yell0wsuit <5692900+yell0wsuit@users.noreply.github.com> Date: Sun, 7 Apr 2024 10:16:37 +0700 Subject: [PATCH] Newline at the end --- src/Ryujinx/Common/ThemeManager.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Ryujinx/Common/ThemeManager.cs b/src/Ryujinx/Common/ThemeManager.cs index b51006b8c2..8c52c2a66a 100644 --- a/src/Ryujinx/Common/ThemeManager.cs +++ b/src/Ryujinx/Common/ThemeManager.cs @@ -11,4 +11,4 @@ namespace Ryujinx.Ava.Common ThemeChanged?.Invoke(null, EventArgs.Empty); } } -} \ No newline at end of file +}