Skip to content

Commit 1d30593

Browse files
committed
Update comment line breaks to match internal snippet
1 parent acb0bef commit 1d30593

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

FirebaseVertexAI/Tests/Unit/Snippets/CloudStorageSnippets.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,8 @@
5252

5353
func cloudStorageFile_explicitMIMEType() async throws {
5454
let prompt = "What's in this picture?"
55-
// Construct an imagePart that explicitly includes the MIME type and Cloud Storage for
56-
// Firebase URL values.
55+
// Construct an imagePart that explicitly includes the MIME type and
56+
// Cloud Storage for Firebase URL values.
5757
let imagePart = FileDataPart(uri: "gs://bucket-name/path/image.jpg", mimeType: "image/jpeg")
5858

5959
// To generate text output, call generateContent with the prompt and imagePart.

0 commit comments

Comments
 (0)