Skip to content

Commit e5208f2

Browse files
committed
code formatting
1 parent 48e0aeb commit e5208f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

auto-configurations/vector-stores/spring-ai-autoconfigure-vector-store-azure-cosmos-db/src/main/java/org/springframework/ai/vectorstore/cosmosdb/autoconfigure/CosmosDBVectorStoreAutoConfiguration.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
matchIfMissing = true)
5454
public class CosmosDBVectorStoreAutoConfiguration {
5555

56-
private final String agentSuffix = "SpringAI-CDBNoSQL-VectorStore";
56+
private final String agentSuffix = "SpringAI-CDBNoSQL-VectorStore";
5757

5858
@Bean
5959
public CosmosAsyncClient cosmosClient(CosmosDBVectorStoreProperties properties) {

0 commit comments

Comments
 (0)