Fix format

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
Jack Ye 2025-10-10 12:23:41 +08:00 committed by GitHub
parent ae3559ca74
commit a412c7978a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -83,7 +83,7 @@ namespace Flow.Launcher.Plugin.Url
private string GetHttpPreference()
{
return _settings.AlwaysOpenWithHttps ? "https": "http";
return _settings.AlwaysOpenWithHttps ? "https" : "http";
}
public bool IsURL(string raw)