Skip to content

Commit

Permalink
fix swiftlint
Browse files Browse the repository at this point in the history
  • Loading branch information
TheMoonThatRises committed Sep 13, 2024
1 parent a76c00b commit d09369e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PortalBook/Utils/DataCache.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit d09369e

Please sign in to comment.