SOLR-10821: fix precommit on new ref guide content - change tabs to spaces

This commit is contained in:
Shawn Heisey 2017-08-05 11:51:36 -06:00
parent cff5e98583
commit 3e7adf4cdb

View File

@ -169,7 +169,7 @@ Changing the cluster preferences after the cluster is already built doesn't auto
{
"set-cluster-preferences" : [
{"minimize": "cores"}
]
]
}
----
@ -229,9 +229,9 @@ You can see the __TODO__ section to know more about the allowed values for each
[source,json]
----
{
"set-cluster-policy": [
{"replica": "<2", "shard": "#EACH", "node": "#ANY"}
]
"set-cluster-policy": [
{"replica": "<2", "shard": "#EACH", "node": "#ANY"}
]
}
----