mirror of
https://github.com/Ranchero-Software/NetNewsWire
synced 2025-08-12 06:26:36 +00:00
Fix lint issues.
This commit is contained in:
@@ -13,7 +13,7 @@ class SafariExtensionViewController: SFSafariExtensionViewController {
|
||||
// This would be the place to handle a popover that could, for example, list the possibly multiple feeds offered by a site.
|
||||
static let shared: SafariExtensionViewController = {
|
||||
let shared = SafariExtensionViewController()
|
||||
shared.preferredContentSize = NSSize(width:320, height:240)
|
||||
shared.preferredContentSize = NSSize(width: 320, height: 240)
|
||||
return shared
|
||||
}()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user