Skip to content

Commit 4c504da

Browse files
committed
spotless apply
1 parent 38fc096 commit 4c504da

File tree

1 file changed

+2
-3
lines changed
  • firebase-vertexai/src/main/kotlin/com/google/firebase/vertexai/type

1 file changed

+2
-3
lines changed

firebase-vertexai/src/main/kotlin/com/google/firebase/vertexai/type/Part.kt

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,8 @@ public class TextPart(public val text: String) : Part {
4040
}
4141

4242
/**
43-
* Represents image data sent to and received from requests. The image is
44-
* converted client-side to JPEG encoding at 80% quality before being sent
45-
* to the server.
43+
* Represents image data sent to and received from requests. The image is converted client-side to
44+
* JPEG encoding at 80% quality before being sent to the server.
4645
*
4746
* @param image [Bitmap] to convert into a [Part]
4847
*/

0 commit comments

Comments
 (0)