From a53760b8728be1cc3cc9a3b3621e210679757c3a Mon Sep 17 00:00:00 2001 From: Jeremy Date: Wed, 22 Dec 2021 21:22:21 +1100 Subject: [PATCH] formatting --- Flow.Launcher.Core/Plugin/ExecutablePlugin.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Flow.Launcher.Core/Plugin/ExecutablePlugin.cs b/Flow.Launcher.Core/Plugin/ExecutablePlugin.cs index 0982e4017..44eff9fbe 100644 --- a/Flow.Launcher.Core/Plugin/ExecutablePlugin.cs +++ b/Flow.Launcher.Core/Plugin/ExecutablePlugin.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Diagnostics; using System.IO; using System.Threading; @@ -36,4 +36,4 @@ namespace Flow.Launcher.Core.Plugin return Execute(_startInfo); } } -} \ No newline at end of file +}