Fix indentation
Change-Id: I93f8848dd924110df06e7f0dab7630ba1c11407c
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user