Skip to content

Commit f15ae38

Browse files
committed
fix indentation
1 parent 7f53f6f commit f15ae38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/vm.xml.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
{% if volume.source.hosts_list is defined and volume.source.hosts_list is not none %}
5252
{% for host in volume.source.hosts_list %}
5353
<host name='{{ host }}' {% if volume.source.port is defined and volume.source.port is not none %} port='{{ volume.source.port }}' {% endif %}/>
54-
{% endfor %}
54+
{% endfor %}
5555
{% else %}
5656
<host name='{{ volume.source.hostname }}' {% if volume.source.port is defined and volume.source.port is not none %} port='{{ volume.source.port }}' {% endif %}/>
5757
{% endif %}

0 commit comments

Comments
 (0)