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:
@@ -193,7 +193,7 @@ final class FaviconDownloader {
|
||||
Self.logger.debug("FaviconDownloader: received didLoadFavicon notification for home page URL \(homePageURL)")
|
||||
}
|
||||
|
||||
guard let _ = singleFaviconDownloader.iconImage else {
|
||||
if singleFaviconDownloader.iconImage == nil {
|
||||
if let faviconURLs = remainingFaviconURLs[homePageURL] {
|
||||
if let nextIconURL = faviconURLs.first {
|
||||
_ = favicon(with: nextIconURL, homePageURL: singleFaviconDownloader.homePageURL)
|
||||
|
||||
Reference in New Issue
Block a user