Skip to content

Commit b08814f

Browse files
committed
Fix indent
1 parent 880b81f commit b08814f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

FirebaseAI/Sources/FirebaseAI.swift

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,9 @@ public final class FirebaseAI: Sendable {
3434
/// ``Backend/googleAI()`` (Gemini Developer API).
3535
/// - useLimitedUseAppCheckTokens: When sending tokens to the backend, this option enables
3636
/// the usage of App Check's limited-use tokens instead of the standard cached tokens. Learn
37-
/// more about
38-
/// [limited-use tokens](https://firebase.google.com/docs/ai-logic/app-check), including
39-
/// their nuances, when to use them, and best practices for integrating them into your app.
37+
/// more about [limited-use tokens](https://firebase.google.com/docs/ai-logic/app-check),
38+
/// including their nuances, when to use them, and best practices for integrating them into
39+
/// your app.
4040
///
4141
/// _This flag is set to `false` by default._
4242
/// > Migrating to limited-use tokens sooner minimizes disruption when support for replay

0 commit comments

Comments
 (0)