ElasticAccountIndex: Fix indentation

Change-Id: I39706ab3146e6822cb55f8a8fb7ed6c358375cb8
Signed-off-by: Edwin Kempin <ekempin@google.com>
This commit is contained in:
Edwin Kempin
2017-01-11 13:04:27 +01:00
parent 0cc48e7c3f
commit bc823e83fc

View File

@@ -108,7 +108,7 @@ class ElasticAccountIndex extends AbstractElasticIndex<Account.Id, AccountState>
.addAction(insert(ACCOUNTS, as))
.refresh(refresh)
.build();
JestResult result = client.execute(bulk);
JestResult result = client.execute(bulk);
if (!result.isSucceeded()) {
throw new IOException(
String.format("Failed to replace account %s in index %s: %s",