Skip to content

Commit ad7f629

Browse files
committed
Format
1 parent bf97270 commit ad7f629

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

firebase-ai/src/main/kotlin/com/google/firebase/ai/FirebaseAI.kt

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -220,9 +220,8 @@ internal constructor(
220220
}
221221

222222
/** The [FirebaseAI] instance for the provided [FirebaseApp] using the Google AI Backend. */
223-
@JvmStatic public fun getInstance(
224-
app: FirebaseApp
225-
): FirebaseAI = getInstance(app, GenerativeBackend.googleAI())
223+
@JvmStatic public fun getInstance(app: FirebaseApp): FirebaseAI =
224+
getInstance(app, GenerativeBackend.googleAI())
226225

227226
private const val GEMINI_MODEL_NAME_PREFIX = "gemini-"
228227

0 commit comments

Comments
 (0)