From ef194d00977e7a40309ca9d212f8ceab18ca2647 Mon Sep 17 00:00:00 2001 From: Jeremy Date: Mon, 31 Jan 2022 08:37:04 +1100 Subject: [PATCH] formatting --- Flow.Launcher/PublicAPIInstance.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Flow.Launcher/PublicAPIInstance.cs b/Flow.Launcher/PublicAPIInstance.cs index f22eb73c0..e3b7de31d 100644 --- a/Flow.Launcher/PublicAPIInstance.cs +++ b/Flow.Launcher/PublicAPIInstance.cs @@ -226,6 +226,7 @@ namespace Flow.Launcher { url.OpenInBrowserWindow(path, inPrivate ?? browserInfo.EnablePrivate, browserInfo.PrivateArg); } + return; } @@ -240,7 +241,7 @@ namespace Flow.Launcher return; } - throw new InvalidOperationException("URI scheme not specifiedor supported "); + throw new InvalidOperationException("URI scheme not specified or supported "); } public void OpenUrl(string url, bool? inPrivate = null)