From 1e2504346963d7d06ec1e42e72e766f8db8875e6 Mon Sep 17 00:00:00 2001 From: Jeremy Wu Date: Mon, 19 Apr 2021 07:29:58 +1000 Subject: [PATCH] fix format --- Plugins/Flow.Launcher.Plugin.Sys/Main.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Plugins/Flow.Launcher.Plugin.Sys/Main.cs b/Plugins/Flow.Launcher.Plugin.Sys/Main.cs index c6b240072..1a23e6464 100644 --- a/Plugins/Flow.Launcher.Plugin.Sys/Main.cs +++ b/Plugins/Flow.Launcher.Plugin.Sys/Main.cs @@ -304,7 +304,8 @@ namespace Flow.Launcher.Plugin.Sys return true; } } - }); + }); + return results; }