Skip to content

Commit 9d36942

Browse files
committed
Fix Formatting Issue
1 parent 25689e0 commit 9d36942

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Cryptomator/Settings/XPCCacheController.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ struct XPCCacheController: CacheControlling {
4444
}
4545

4646
private enum CacheControllerKey: DependencyKey {
47-
static let testValue: any CacheControlling = XPCCacheController()
47+
static let testValue: any CacheControlling = XPCCacheController()
4848
static let liveValue: any CacheControlling = XPCCacheController()
4949
}
5050

0 commit comments

Comments
 (0)