Replace tabs with spaces

This commit is contained in:
Corbin Bartsch 2023-10-28 13:14:43 -04:00 committed by Corbin Bartsch
parent 23ab24282c
commit c8a2518b31
Signed by: coredotbin
GPG Key ID: B03E030E4322E9D5

View File

@ -5,7 +5,7 @@ services:
{% if container.active %}
{{ container.service_name }}:{% if container.anchor is defined %} &{{ container.anchor }}{% endif %}
{% if container.fragment is defined %}
<<: *{{ container.fragment }}
<<: *{{ container.fragment }}
{% else %}
image: {{ container.image }}
{% endif %}