Skip to content

Commit 7ef711c

Browse files
committed
Formatting
1 parent 6f7575d commit 7ef711c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

FirebaseAI/Sources/FirebaseAI.swift

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,8 @@ public final class FirebaseAI: Sendable {
187187

188188
let apiConfig: APIConfig
189189

190-
/// A map of active `FirebaseAI` instances keyed by the `FirebaseApp`, the `APIConfig`, and `useLimitedUseAppCheckTokens`.
190+
/// A map of active `FirebaseAI` instances keyed by the `FirebaseApp`, the `APIConfig`, and
191+
/// `useLimitedUseAppCheckTokens`.
191192
private nonisolated(unsafe) static var instances: [InstanceKey: FirebaseAI] = [:]
192193

193194
/// Lock to manage access to the `instances` array to avoid race conditions.

0 commit comments

Comments
 (0)