Skip to content

Commit 6e2a315

Browse files
committed
Add code style issue for testing
1 parent 462b6c1 commit 6e2a315

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
@@ -45,7 +45,7 @@ public final class FirebaseAI: Sendable {
4545
assert(instance.apiConfig.service.endpoint == .firebaseProxyProd)
4646
assert(instance.apiConfig.version == .v1beta)
4747
return instance
48-
}
48+
} // Test style issue
4949

5050
/// Initializes a generative model with the given parameters.
5151
///

0 commit comments

Comments
 (0)