Skip to content

Commit fc66bf6

Browse files
committed
Add missing empty line
1 parent acd6026 commit fc66bf6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

firebase-ai/src/main/kotlin/com/google/firebase/ai/common/APIController.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -165,6 +165,7 @@ internal constructor(
165165

166166
suspend fun getWebSocketSession(location: String): ClientWebSocketSession =
167167
client.webSocketSession(getBidiEndpoint(location))
168+
168169
fun generateContentStream(
169170
request: GenerateContentRequest
170171
): Flow<GenerateContentResponse.Internal> =

0 commit comments

Comments
 (0)