Skip to content

Commit d64906a

Browse files
committed
fix the lint error
1 parent db4059f commit d64906a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

openai-java-core/src/main/kotlin/com/openai/core/ClientOptions.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@ private constructor(
262262
// specific a service API version in 'queryParams'.
263263
replaceQueryParams(
264264
"api-version",
265-
(azureServiceVersion ?: AzureOpenAIServiceVersion.latestStableVersion()).value
265+
(azureServiceVersion ?: AzureOpenAIServiceVersion.latestStableVersion()).value,
266266
)
267267
}
268268

0 commit comments

Comments
 (0)