Fix lint issues.

This commit is contained in:
Brent Simmons
2025-02-01 19:44:19 -08:00
parent 600176e6bc
commit 8db1c7d447
3 changed files with 1 additions and 3 deletions

View File

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