remove redundant space (#4664)

Signed-off-by: Will Li <cuichen.li94@gmail.com>
This commit is contained in:
Will Li 2023-08-03 01:19:54 +08:00 committed by GitHub
parent 465c8af217
commit e826465046
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@ If you're using Gradle, add the following dependencies to your project"
```
dependencies {
implementation 'org.opensearch.client:opensearch-rest-client: {{site.opensearch_version}}'
implementation 'org.opensearch.client:opensearch-rest-client:{{site.opensearch_version}}'
implementation 'org.opensearch.client:opensearch-java:2.4.0'
}
```