mirror of
https://github.com/Ranchero-Software/NetNewsWire
synced 2025-08-12 06:26:36 +00:00
Make minor whitespace formatting tweak.
This commit is contained in:
@@ -13,13 +13,11 @@ import RSWeb
|
||||
struct Browser {
|
||||
|
||||
static func open(_ urlString: String) {
|
||||
|
||||
// Opens according to prefs.
|
||||
open(urlString, inBackground: AppDefaults.openInBrowserInBackground)
|
||||
}
|
||||
|
||||
static func open(_ urlString: String, inBackground: Bool) {
|
||||
|
||||
if let url = URL(string: urlString) {
|
||||
MacWebBrowser.openURL(url, inBackground: inBackground)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user