Fix indentation

Change-Id: I93f8848dd924110df06e7f0dab7630ba1c11407c
This commit is contained in:
Saša Živkov
2016-02-01 16:26:41 +01:00
parent d4fab88112
commit 157761109e

View File

@@ -57,8 +57,8 @@ class InitIndex implements InitStep {
ui.header("Index");
IndexType type = index.select("Type", "type", IndexType.LUCENE);
LuceneChangeIndex.setReady(
site, ChangeSchemas.getLatest().getVersion(), true);
LuceneChangeIndex.setReady(
site, ChangeSchemas.getLatest().getVersion(), true);
if ((site.isNew || isEmptySite()) && type == IndexType.LUCENE) {
} else {
final String message = String.format(