removed trailing newline

fix from #10973 by @retr0h
This commit is contained in:
Brian Coca 2015-07-10 22:11:45 -04:00
parent ce4f7fcb69
commit 4b9a79d42b

View file

@ -40,6 +40,6 @@ dependencies: []
# List your role dependencies here, one per line. # List your role dependencies here, one per line.
# Be sure to remove the '[]' above if you add dependencies # Be sure to remove the '[]' above if you add dependencies
# to this list. # to this list.
{% for dependency in dependencies %} {%- for dependency in dependencies %}
#- {{ dependency }} #- {{ dependency }}
{% endfor %} {%- endfor %}