fix whitespace

This commit is contained in:
m0duspwnens
2020-09-09 14:59:21 -04:00
parent b0c526364f
commit 39f200f565

View File

@@ -71,9 +71,9 @@ compare_lists() {
# {% endraw %} # {% endraw %}
create_expected_container_list() { create_expected_container_list() {
{% for item in container_list%} {% for item in container_list -%}
expected_container_list+=("{{ item }}") expected_container_list+=("{{ item }}")
{% endfor %} {% endfor -%}
} }
populate_container_lists() { populate_container_lists() {