style: Fix formatting and spacing

This commit is contained in:
Daniel Akulenok
2024-05-15 11:04:46 +02:00
parent 700526f824
commit b0f1908a73
19 changed files with 22 additions and 6 deletions

View File

@@ -1,5 +1,6 @@
{# ACL Macro. Very easy statement. It's just a list of address match elements. #}
{% for acl in item.acl %}
acl {{ acl.name }} {
{{ functions.simple_item_list(acl.addresses) -}}
};