Skip to content

Commit e2bf1f7

Browse files
committed
format
1 parent 9a8b11e commit e2bf1f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/CacheContainer.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ public final class CacheContainer: Sendable {
4848
}
4949

5050
final class ThreadSafeDictionary<V: Hashable & Sendable, T: Sendable>: Collection, @unchecked Sendable {
51-
private var dictionary: [V: T]
51+
private var dictionary: [V : T]
5252
private let concurrentQueue = DispatchQueue(label: "Dictionary Barrier Queue", attributes: .concurrent)
5353

5454
var keys: Dictionary<V, T>.Keys {

0 commit comments

Comments
 (0)