From fff7d33f5638dd3c6b4867eb056d8dca23a9c5d0 Mon Sep 17 00:00:00 2001 From: Marcus Weiner Date: Sat, 3 Aug 2024 13:04:31 +0200 Subject: [PATCH] Fix whitespace --- core-router.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core-router.j2 b/core-router.j2 index 94ccc1a..f349ca7 100644 --- a/core-router.j2 +++ b/core-router.j2 @@ -13,7 +13,7 @@ set interfaces tunnel {{ intf.name }} description "{{ intf.description }}" {%- for addr in intf.ip_addresses.all() %} set interfaces tunnel {{ intf.name }} address {{ addr }} -{% endfor -%} +{%- endfor -%} set interfaces tunnel {{ intf.name }} encapsulation {{ term.tunnel.encapsulation }} set interfaces tunnel {{ intf.name }} multicast disable