Skip to content

Commit b3f06a6

Browse files
committed
Review
1 parent 969d095 commit b3f06a6

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

FirebaseCore/Internal/Sources/HeartbeatLogging/HeartbeatStorage.swift

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -60,15 +60,13 @@ final class HeartbeatStorage: HeartbeatStorageProtocol {
6060
// (see `instancesLock` property).
6161
private nonisolated(unsafe) static var cachedInstances: [
6262
String: WeakContainer<HeartbeatStorage>
63-
] =
64-
[:]
63+
] = [:]
6564
#else
6665
// TODO(Xcode 16): Delete this block when minimum supported Xcode is
6766
// Xcode 16.
6867
private static var cachedInstances: [
6968
String: WeakContainer<HeartbeatStorage>
70-
] =
71-
[:]
69+
] = [:]
7270
#endif // compiler(>=6)
7371

7472
/// Used to synchronize concurrent access to the `cachedInstances` property.

0 commit comments

Comments
 (0)