We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25689e0 commit 9d36942Copy full SHA for 9d36942
1 file changed
Cryptomator/Settings/XPCCacheController.swift
@@ -44,7 +44,7 @@ struct XPCCacheController: CacheControlling {
44
}
45
46
private enum CacheControllerKey: DependencyKey {
47
- static let testValue: any CacheControlling = XPCCacheController()
+ static let testValue: any CacheControlling = XPCCacheController()
48
static let liveValue: any CacheControlling = XPCCacheController()
49
50
0 commit comments