Skip to content

Commit fd8222b

Browse files
committed
Organize usings
1 parent 2f8e5b9 commit fd8222b

File tree

1 file changed

+4
-4
lines changed
  • Plugins/Flow.Launcher.Plugin.BrowserBookmark

1 file changed

+4
-4
lines changed

Plugins/Flow.Launcher.Plugin.BrowserBookmark/Main.cs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
using System;
22
using System.Collections.Generic;
3+
using System.IO;
34
using System.Linq;
5+
using System.Threading.Channels;
6+
using System.Threading.Tasks;
7+
using System.Threading;
48
using System.Windows.Controls;
59
using Flow.Launcher.Plugin.BrowserBookmark.Commands;
610
using Flow.Launcher.Plugin.BrowserBookmark.Models;
711
using Flow.Launcher.Plugin.BrowserBookmark.Views;
8-
using System.IO;
9-
using System.Threading.Channels;
10-
using System.Threading.Tasks;
11-
using System.Threading;
1212
using Flow.Launcher.Plugin.SharedCommands;
1313

1414
namespace Flow.Launcher.Plugin.BrowserBookmark;

0 commit comments

Comments
 (0)