Skip to content

Commit a412c79

Browse files
Jack251970Copilot
andauthored
Fix format
Co-authored-by: Copilot <[email protected]>
1 parent ae3559c commit a412c79

File tree

1 file changed

+1
-1
lines changed
  • Plugins/Flow.Launcher.Plugin.Url

1 file changed

+1
-1
lines changed

Plugins/Flow.Launcher.Plugin.Url/Main.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ public List<Result> Query(Query query)
8383

8484
private string GetHttpPreference()
8585
{
86-
return _settings.AlwaysOpenWithHttps ? "https": "http";
86+
return _settings.AlwaysOpenWithHttps ? "https" : "http";
8787
}
8888

8989
public bool IsURL(string raw)

0 commit comments

Comments
 (0)