Skip to content

Commit 5b0efd8

Browse files
committed
Fix linter error
1 parent 28b5420 commit 5b0efd8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/StreamChat/Repositories/AuthenticationRepository.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
import Foundation
66

7-
public typealias TokenProvider = @Sendable (@escaping @Sendable(Result<Token, Error>) -> Void) -> Void
7+
public typealias TokenProvider = @Sendable (@escaping @Sendable (Result<Token, Error>) -> Void) -> Void
88

99
enum EnvironmentState {
1010
case firstConnection

0 commit comments

Comments
 (0)