Skip to content

Commit 6878269

Browse files
committed
style
1 parent 8eb85e8 commit 6878269

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

FirebaseSessions/Tests/Unit/Mocks/MockSubscriber.swift

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

3333
private let _sessionThatChanged = FIRAllocatedUnfairLock<FirebaseSessions.SessionDetails?>(
34-
initialState: nil
35-
initialState: nil
34+
initialState: nil initialState: nil
3635
)
3736
private let _isDataCollectionEnabled = FIRAllocatedUnfairLock<Bool>(initialState: true)
3837

0 commit comments

Comments
 (0)