Skip to content

Commit 85e2637

Browse files
committed
fix
1 parent 6878269 commit 85e2637

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

FirebaseSessions/Tests/Unit/Mocks/MockSubscriber.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ final class MockSubscriber: SessionsSubscriber, Sendable {
3131
}
3232

3333
private let _sessionThatChanged = FIRAllocatedUnfairLock<FirebaseSessions.SessionDetails?>(
34-
initialState: nil initialState: nil
34+
initialState: nil
3535
)
3636
private let _isDataCollectionEnabled = FIRAllocatedUnfairLock<Bool>(initialState: true)
3737

0 commit comments

Comments
 (0)