Skip to content

Commit 1e9da01

Browse files
committed
Format fix
1 parent b88577b commit 1e9da01

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,8 +100,8 @@ internal constructor(
100100
if (token.error != null) {
101101
Log.w(TAG, "Error obtaining AppCheck token", token.error)
102102
}
103-
// The Firebase App Check backend can differentiate between apps without App Check, and wrongly
104-
// configured apps by verifying the value of the token, so it always needs to be
103+
// The Firebase App Check backend can differentiate between apps without App Check, and
104+
// wrongly configured apps by verifying the value of the token, so it always needs to be
105105
// included.
106106
headers["X-Firebase-AppCheck"] = token.token
107107
}

0 commit comments

Comments
 (0)