File tree Expand file tree Collapse file tree 1 file changed +5
-7
lines changed
FirebaseAI/Tests/TestApp/Tests/Utilities Expand file tree Collapse file tree 1 file changed +5
-7
lines changed Original file line number Diff line number Diff line change @@ -89,20 +89,18 @@ struct InstanceConfig: Equatable, Encodable {
89
89
vertexAI_v1beta_appCheckNotConfigured,
90
90
vertexAI_v1beta_appCheckNotConfigured_limitedUseTokens,
91
91
googleAI_v1beta_appCheckNotConfigured,
92
- googleAI_v1beta_appCheckNotConfigured_limitedUseTokens
92
+ googleAI_v1beta_appCheckNotConfigured_limitedUseTokens,
93
93
]
94
94
95
95
let appName : String ?
96
96
let location : String ?
97
97
let useLimitedUseAppCheckTokens : Bool
98
98
let apiConfig : APIConfig
99
99
100
- init (
101
- appName: String ? = nil ,
102
- location: String ? = nil ,
103
- useLimitedUseAppCheckTokens: Bool = false ,
104
- apiConfig: APIConfig
105
- ) {
100
+ init ( appName: String ? = nil ,
101
+ location: String ? = nil ,
102
+ useLimitedUseAppCheckTokens: Bool = false ,
103
+ apiConfig: APIConfig ) {
106
104
self . appName = appName
107
105
self . location = location
108
106
self . useLimitedUseAppCheckTokens = useLimitedUseAppCheckTokens
You can’t perform that action at this time.
0 commit comments