Skip to content

Commit 7ea00a3

Browse files
committed
new line
1 parent be55c0c commit 7ea00a3

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

templates/go/search_helpers.mustache

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -837,4 +837,4 @@ func (c *APIClient) PartialUpdateObjectsWithTransformation(indexName string, obj
837837
}
838838

839839
return c.ingestionTransporter.ChunkedPush(indexName, objects, ingestion.Action(action), nil, toIngestionChunkedBatchOptions(partialUpdateObjectsToChunkedBatchOptions(opts))...) //nolint:wrapcheck
840-
}
840+
}

templates/java/api_helpers.mustache

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1582,4 +1582,4 @@ public boolean indexExists(String indexName) {
15821582
}
15831583
return true;
15841584
}
1585-
{{/isSearchClient}}
1585+
{{/isSearchClient}}

templates/javascript/clients/client/api/helpers.mustache

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -513,4 +513,4 @@ searchForFacets(
513513
requestOptions?: RequestOptions | undefined
514514
): Promise<{results: Array<SearchForFacetValuesResponse>}> {
515515
return this.search(searchMethodParams, requestOptions) as Promise<{results: Array<SearchForFacetValuesResponse>}>;
516-
},
516+
},

templates/javascript/clients/client/api/nodeHelpers.mustache

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,4 +133,4 @@ async accountCopyIndex(
133133
for (const response of responses) {
134134
await destinationClient.waitForTask({ indexName: destinationIndexName, taskID: response.taskID });
135135
}
136-
},
136+
},

templates/php/api.mustache

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -893,4 +893,4 @@ use Algolia\AlgoliaSearch\Exceptions\NotFoundException;
893893
);
894894
}
895895
}
896-
{{/operations}}
896+
{{/operations}}

templates/python/search_helpers.mustache

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -534,4 +534,4 @@
534534
return False
535535
raise e
536536
537-
return True
537+
return True

0 commit comments

Comments
 (0)