From 0d82de4f5bd4e439cf61d49575c974b9e5f70ed7 Mon Sep 17 00:00:00 2001 From: Daniel Ankers Date: Fri, 5 Jul 2024 14:32:08 +0100 Subject: [PATCH] Fix(?) whitespace --- juniper-macros.j2 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/juniper-macros.j2 b/juniper-macros.j2 index 7c1413c..4169bb8 100644 --- a/juniper-macros.j2 +++ b/juniper-macros.j2 @@ -113,7 +113,7 @@ chassis { {% macro interfaceconfig(interface,rack = None) %} -{%- if not ('-' in interface.name) or interface.description or interface.lag or interface.ip_addresses.count() or interface.connected_endpoints or interface.mode or interface.tagged_vlans.all() or interface.untagged_vlan %} +{%- if not ('-' in interface.name) or interface.description or interface.lag or interface.ip_addresses.count() or interface.connected_endpoints or interface.mode or interface.tagged_vlans.all() or interface.untagged_vlan -%} {{ interface.name }} { {% if interface.description %} description "{{ interface.description }}"; @@ -196,7 +196,7 @@ chassis { {% endif %} {% endif %} } -{%- endif %} +{%- endif -%} {%- endmacro %} {% macro interfacesection(device,vlans) %}