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:
@@ -528,7 +528,6 @@ final class MainWindowController: NSWindowController, NSUserInterfaceValidations
|
||||
|
||||
// MARK: NSWindowDelegate
|
||||
|
||||
|
||||
extension MainWindowController: NSWindowDelegate {
|
||||
|
||||
func window(_ window: NSWindow, willEncodeRestorableState coder: NSCoder) {
|
||||
|
||||
@@ -24,7 +24,7 @@ extension Notification.Name {
|
||||
final class FaviconDownloader {
|
||||
|
||||
static let shared = FaviconDownloader()
|
||||
|
||||
|
||||
private static let saveQueue = CoalescingQueue(name: "Cache Save Queue", interval: 1.0)
|
||||
|
||||
private static let logger = Logger(subsystem: Bundle.main.bundleIdentifier!, category: "FaviconDownloader")
|
||||
|
||||
@@ -192,7 +192,6 @@ final class AppDelegate: UIResponder, UIApplicationDelegate, UNUserNotificationC
|
||||
updateUserInterfaceStyle()
|
||||
}
|
||||
|
||||
|
||||
// MARK: - API
|
||||
|
||||
func manualRefresh(errorHandler: @escaping ErrorHandlerBlock) {
|
||||
|
||||
Reference in New Issue
Block a user