Skip to content

Commit 18a2ee5

Browse files
committed
formatting
1 parent 55aea3a commit 18a2ee5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

FirebaseAI/Sources/GenerativeAIService.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ struct GenerativeAIService {
209209

210210
private func fetchAppCheckToken(appCheck: AppCheckInterop) async throws
211211
-> FIRAppCheckTokenResultInterop {
212-
if firebaseInfo.useLimitedUseAppCheckTokens {
212+
if firebaseInfo.useLimitedUseAppCheckTokens {
213213
if let token = await getLimitedUseAppCheckToken(appCheck: appCheck) {
214214
return token
215215
}

0 commit comments

Comments
 (0)