Skip to content

Commit 092fd34

Browse files
committed
Format fix
1 parent 1b4a873 commit 092fd34

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

firebase-vertexai/src/main/kotlin/com/google/firebase/vertexai/GenerativeModel.kt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,8 @@ internal constructor(
101101
Log.w(TAG, "Error obtaining AppCheck token", token.error)
102102
}
103103
// The appcheck backend can differentiate between apps without appcheck, and wrongly
104-
// configured apps by verifying the value of the token, so it always needs to be included.
104+
// configured apps by verifying the value of the token, so it always needs to be
105+
// included.
105106
headers["X-Firebase-AppCheck"] = token.token
106107
}
107108

0 commit comments

Comments
 (0)