From 0edd626cfbbbec8a5eb38dbbdadd6bb05ddeb555 Mon Sep 17 00:00:00 2001 From: Jack Ye <1160210343@qq.com> Date: Thu, 22 May 2025 22:13:46 +0800 Subject: [PATCH] Remove useless semicolon Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- Plugins/Flow.Launcher.Plugin.Program/Programs/Win32.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Plugins/Flow.Launcher.Plugin.Program/Programs/Win32.cs b/Plugins/Flow.Launcher.Plugin.Program/Programs/Win32.cs index 8cf1f77da..c8bde614a 100644 --- a/Plugins/Flow.Launcher.Plugin.Program/Programs/Win32.cs +++ b/Plugins/Flow.Launcher.Plugin.Program/Programs/Win32.cs @@ -239,7 +239,7 @@ namespace Flow.Launcher.Plugin.Program.Programs } } - _ = Task.Run(() => Main.StartProcess(Process.Start, info)).ConfigureAwait(false); ; + _ = Task.Run(() => Main.StartProcess(Process.Start, info)).ConfigureAwait(false); } public List ContextMenus(IPublicAPI api)