removed trailing whitespace for pylint

This commit is contained in:
Doug Clow 2018-07-20 14:03:05 -07:00
parent 754cd9ef3c
commit 20889ed118
No known key found for this signature in database
GPG Key ID: 97E97AF3AFE2E6AC

View File

@ -126,7 +126,7 @@ The data from Consul can be merged into a nested key in Pillar.
ext_pillar:
- consul: my_consul_config pillar_root=consul_data
By default, keys containing YAML data will be deserialized before being merged into Pillar.
By default, keys containing YAML data will be deserialized before being merged into Pillar.
This behavior can be disabled by setting ``expand_keys`` to ``false``.
.. code-block:: yaml