Skip to content

Commit 8100718

Browse files
Lev Zemlyanovkkonstantine
authored andcommitted
MINOR: checkstyle
Signed-off-by: Lev Zemlyanov <lev@confluent.io>
1 parent e1ab732 commit 8100718

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/io/confluent/connect/elasticsearch/jest/JestElasticsearchClient.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ private boolean indexExists(String index) {
234234
try {
235235
JestResult result = client.execute(action);
236236
boolean exists = result.isSucceeded();
237-
if(exists) {
237+
if (exists) {
238238
indexCache.add(index);
239239
}
240240
return exists;

0 commit comments

Comments
 (0)