From 51c7b693c0d4c2b4c16d5fd4f5ff810c2492a733 Mon Sep 17 00:00:00 2001 From: Jeremy Wu Date: Sun, 24 Jan 2021 21:01:29 +1100 Subject: [PATCH] fix formatting --- Flow.Launcher.Plugin/SharedCommands/FilesFolders.cs | 3 --- 1 file changed, 3 deletions(-) diff --git a/Flow.Launcher.Plugin/SharedCommands/FilesFolders.cs b/Flow.Launcher.Plugin/SharedCommands/FilesFolders.cs index 98beba987..369be0364 100644 --- a/Flow.Launcher.Plugin/SharedCommands/FilesFolders.cs +++ b/Flow.Launcher.Plugin/SharedCommands/FilesFolders.cs @@ -1,8 +1,6 @@ using System; using System.Diagnostics; using System.IO; -using System.Text.RegularExpressions; -using System.Windows; namespace Flow.Launcher.Plugin.SharedCommands { @@ -143,7 +141,6 @@ namespace Flow.Launcher.Plugin.SharedCommands Process.Start(FileExplorerProgramEXE, $" /select,\"{path}\""); } - /// /// This checks whether a given string is a directory path or network location string. /// It does not check if location actually exists.