Fix lint issues.

This commit is contained in:
Brent Simmons
2025-01-23 21:52:57 -08:00
parent b0660a0ea7
commit ec88ebee22

View File

@@ -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)