Skip to content

Commit eb0e119

Browse files
committed
Reformat with spotless
1 parent 186edad commit eb0e119

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,9 @@ internal constructor(
3333
* Constructor for RequestOptions.
3434
*
3535
* @param timeoutInMillis the maximum amount of time, in milliseconds, for a request to take, from
36-
* the first request to first response.
36+
* the first request to first response.
3737
* @param apiVersion the version of the Vertex AI in Firebase API; defaults to [ApiVersion.V1BETA]
38-
* if not specified.
38+
* if not specified.
3939
*/
4040
@JvmOverloads
4141
public constructor(

firebase-vertexai/src/test/java/com/google/firebase/vertexai/common/APIControllerTests.kt

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -156,10 +156,7 @@ internal class RequestFormatTests {
156156
APIController(
157157
"super_cool_test_key",
158158
"gemini-pro-1.5",
159-
RequestOptions(
160-
timeoutInMillis = 5.seconds.inWholeMilliseconds,
161-
apiVersion = ApiVersion.V1
162-
),
159+
RequestOptions(timeoutInMillis = 5.seconds.inWholeMilliseconds, apiVersion = ApiVersion.V1),
163160
mockEngine,
164161
TEST_CLIENT_ID,
165162
null,

0 commit comments

Comments
 (0)