mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Remove useless semicolon
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
parent
fe70a72a62
commit
0edd626cfb
1 changed files with 1 additions and 1 deletions
|
|
@ -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<Result> ContextMenus(IPublicAPI api)
|
||||
|
|
|
|||
Loading…
Reference in a new issue