Skip to content

Commit ef194d0

Browse files
committed
formatting
1 parent 3188bd8 commit ef194d0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Flow.Launcher/PublicAPIInstance.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,6 +226,7 @@ public void OpenUri(string url, bool? inPrivate = null, bool isAppUri = false)
226226
{
227227
url.OpenInBrowserWindow(path, inPrivate ?? browserInfo.EnablePrivate, browserInfo.PrivateArg);
228228
}
229+
229230
return;
230231
}
231232

@@ -240,7 +241,7 @@ public void OpenUri(string url, bool? inPrivate = null, bool isAppUri = false)
240241
return;
241242
}
242243

243-
throw new InvalidOperationException("URI scheme not specifiedor supported ");
244+
throw new InvalidOperationException("URI scheme not specified or supported ");
244245
}
245246

246247
public void OpenUrl(string url, bool? inPrivate = null)

0 commit comments

Comments
 (0)