Skip to content

Commit 51c7b69

Browse files
committed
fix formatting
1 parent d583078 commit 51c7b69

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Flow.Launcher.Plugin/SharedCommands/FilesFolders.cs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
using System;
22
using System.Diagnostics;
33
using System.IO;
4-
using System.Text.RegularExpressions;
5-
using System.Windows;
64

75
namespace Flow.Launcher.Plugin.SharedCommands
86
{
@@ -143,7 +141,6 @@ public static void OpenContainingFolder(string path)
143141
Process.Start(FileExplorerProgramEXE, $" /select,\"{path}\"");
144142
}
145143

146-
147144
///<summary>
148145
/// This checks whether a given string is a directory path or network location string.
149146
/// It does not check if location actually exists.

0 commit comments

Comments
 (0)