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 969d095 commit b3f06a6Copy full SHA for b3f06a6
FirebaseCore/Internal/Sources/HeartbeatLogging/HeartbeatStorage.swift
@@ -60,15 +60,13 @@ final class HeartbeatStorage: HeartbeatStorageProtocol {
60
// (see `instancesLock` property).
61
private nonisolated(unsafe) static var cachedInstances: [
62
String: WeakContainer<HeartbeatStorage>
63
- ] =
64
- [:]
+ ] = [:]
65
#else
66
// TODO(Xcode 16): Delete this block when minimum supported Xcode is
67
// Xcode 16.
68
private static var cachedInstances: [
69
70
71
72
#endif // compiler(>=6)
73
74
/// Used to synchronize concurrent access to the `cachedInstances` property.
0 commit comments