Skip to content

Commit 95f151b

Browse files
committed
Organize usings
1 parent 0741231 commit 95f151b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Flow.Launcher.Core/Resource/Theme.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,20 +3,20 @@
33
using System.IO;
44
using System.Linq;
55
using System.Xml;
6+
using System.Threading.Tasks;
67
using System.Windows;
78
using System.Windows.Controls;
89
using System.Windows.Markup;
910
using System.Windows.Media;
1011
using System.Windows.Media.Effects;
1112
using System.Windows.Shell;
13+
using System.Windows.Threading;
1214
using Flow.Launcher.Infrastructure;
1315
using Flow.Launcher.Infrastructure.Logger;
1416
using Flow.Launcher.Infrastructure.UserSettings;
15-
using Microsoft.Win32;
1617
using Flow.Launcher.Plugin;
17-
using System.Windows.Threading;
18+
using Microsoft.Win32;
1819
using TextBox = System.Windows.Controls.TextBox;
19-
using System.Threading.Tasks;
2020

2121
namespace Flow.Launcher.Core.Resource
2222
{

0 commit comments

Comments
 (0)