From 18cdae513d07dffdb677f66917dd749216156856 Mon Sep 17 00:00:00 2001 From: yell0wsuit <5692900+yell0wsuit@users.noreply.github.com> Date: Wed, 17 Apr 2024 16:18:09 +0700 Subject: [PATCH] Fixed imports ordering --- src/Ryujinx/Modules/Updater/Utils/GetCurrentVersion.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Ryujinx/Modules/Updater/Utils/GetCurrentVersion.cs b/src/Ryujinx/Modules/Updater/Utils/GetCurrentVersion.cs index a36bdc9c8..485bc0dda 100644 --- a/src/Ryujinx/Modules/Updater/Utils/GetCurrentVersion.cs +++ b/src/Ryujinx/Modules/Updater/Utils/GetCurrentVersion.cs @@ -1,7 +1,7 @@ -using System; using Ryujinx.Ava.Common.Locale; using Ryujinx.Ava.UI.Helpers; using Ryujinx.Common.Logging; +using System; using System.Threading; using System.Threading.Tasks;