ElasticAccountIndex: Fix indentation
Change-Id: I39706ab3146e6822cb55f8a8fb7ed6c358375cb8 Signed-off-by: Edwin Kempin <ekempin@google.com>
This commit is contained in:
		| @@ -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", | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Edwin Kempin
					Edwin Kempin