formatting

This commit is contained in:
Jeremy 2022-01-31 08:37:04 +11:00
parent 3188bd82c0
commit ef194d0097

View file

@ -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)