Skip to content

Commit bdf2a54

Browse files
committed
Remove trailing commas to fix Xcode 16.2 build
1 parent e04e66a commit bdf2a54

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

FirebaseAI/Sources/Types/Public/Backend.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ public struct Backend {
2727
return Backend(
2828
apiConfig: APIConfig(
2929
service: .vertexAI(endpoint: .firebaseProxyProd, location: location),
30-
version: .v1beta,
30+
version: .v1beta
3131
)
3232
)
3333
}
@@ -37,7 +37,7 @@ public struct Backend {
3737
return Backend(
3838
apiConfig: APIConfig(
3939
service: .googleAI(endpoint: .firebaseProxyProd),
40-
version: .v1beta,
40+
version: .v1beta
4141
)
4242
)
4343
}

0 commit comments

Comments
 (0)