Skip to content

Commit ca14527

Browse files
committed
Style
1 parent cf1432c commit ca14527

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

FirebaseCore/Internal/Tests/Unit/HeartbeatStorageTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -407,7 +407,7 @@ class HeartbeatStorageTests: XCTestCase {
407407
final class WeakRefs: @unchecked Sendable {
408408
// Lock is used to synchronize `weakRefs` during concurrent access.
409409
private(set) var weakRefs =
410-
FIRAllocatedUnfairLock<[WeakContainer<HeartbeatStorage>]>(initialState: [])
410+
FIRAllocatedUnfairLock<[WeakContainer<HeartbeatStorage>]>(initialState: [])
411411

412412
func append(_ weakRef: WeakContainer<HeartbeatStorage>) {
413413
weakRefs.withLock {

0 commit comments

Comments
 (0)