fix formatting

This commit is contained in:
Jeremy Wu 2021-01-24 21:01:29 +11:00
parent d583078a67
commit 51c7b693c0

View file

@ -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}\"");
}
///<summary>
/// This checks whether a given string is a directory path or network location string.
/// It does not check if location actually exists.