Skip to content

Commit 5e14749

Browse files
committed
Format
1 parent 5167345 commit 5e14749

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,8 @@ internal constructor(
220220
}
221221

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

226227
private const val GEMINI_MODEL_NAME_PREFIX = "gemini-"

0 commit comments

Comments
 (0)