From d09369eaee272ed0038eef660d7811edafe52deb Mon Sep 17 00:00:00 2001 From: TheMoonThatRises <58153205+TheMoonThatRises@users.noreply.github.com> Date: Thu, 12 Sep 2024 21:03:50 -0600 Subject: [PATCH] fix swiftlint --- PortalBook/Utils/DataCache.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PortalBook/Utils/DataCache.swift b/PortalBook/Utils/DataCache.swift index 3cf24d8..29631d0 100644 --- a/PortalBook/Utils/DataCache.swift +++ b/PortalBook/Utils/DataCache.swift @@ -107,7 +107,7 @@ class DataCache: ObservableObject { private func loadCacheItem(item: Any?, type: CacheItem, force: Bool, - taskItem: @escaping() async throws -> Void) throws { + taskItem: @escaping () async throws -> Void) throws { let cacheItem = cacheItemInfo[type] if let cacheItem = cacheItem {