Skip to content

Commit 62411ce

Browse files
committed
Remove another trailing comma
1 parent baf6066 commit 62411ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

FirebaseAI/Sources/FirebaseAI.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ public final class FirebaseAI: Sendable {
196196

197197
static let defaultVertexAIAPIConfig = APIConfig(
198198
service: .vertexAI(endpoint: .firebaseProxyProd, location: "us-central1"),
199-
version: .v1beta,
199+
version: .v1beta
200200
)
201201

202202
static func createInstance(app: FirebaseApp?,

0 commit comments

Comments
 (0)