Skip to content

Commit fc185dc

Browse files
algolia-botmillotp
andcommitted
fix(clients): switch kotlin formatter to ktfmt (#5483) (generated) [skip ci]
Co-authored-by: Pierre Millot <[email protected]>
1 parent bb110a3 commit fc185dc

File tree

816 files changed

+38439
-26456
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

816 files changed

+38439
-26456
lines changed

clients/algoliasearch-client-kotlin/client/src/commonMain/kotlin/com/algolia/client/api/AbtestingClient.kt

Lines changed: 161 additions & 138 deletions
Large diffs are not rendered by default.

clients/algoliasearch-client-kotlin/client/src/commonMain/kotlin/com/algolia/client/api/AbtestingV3Client.kt

Lines changed: 186 additions & 155 deletions
Large diffs are not rendered by default.

clients/algoliasearch-client-kotlin/client/src/commonMain/kotlin/com/algolia/client/api/AnalyticsClient.kt

Lines changed: 785 additions & 470 deletions
Large diffs are not rendered by default.

clients/algoliasearch-client-kotlin/client/src/commonMain/kotlin/com/algolia/client/api/ApiClient.kt

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,7 @@ public sealed interface ApiClient {
1616
public val options: ClientOptions
1717
public val requester: Requester
1818

19-
/**
20-
* Helper method to switch the API key used to authenticate requests.
21-
*/
19+
/** Helper method to switch the API key used to authenticate requests. */
2220
public fun setClientApiKey(apiKey: String) {
2321
this.apiKey = apiKey
2422
this.requester.setClientApiKey(apiKey)

0 commit comments

Comments
 (0)