Fix whitespace

This commit is contained in:
Mike Place 2016-06-03 14:48:26 -06:00
parent 7b50e1766e
commit 5518e1dd14

View file

@ -367,6 +367,7 @@ def render(template_file, saltenv='base', sls='', argline='',
raise SaltRenderError(
'Unknown renderer option: {opt}'.format(opt=argline)
)
tmp_data = salt.utils.templates.JINJA(template_file,
to_str=True,
salt=_split_module_dicts(),