From 1bc3e32c254affbd882dcbaba04bec22f771858c Mon Sep 17 00:00:00 2001 From: Attila Farkas <x394097@fi.muni.cz> Date: Fri, 27 Mar 2020 09:09:06 +0100 Subject: [PATCH] remove unnecessary whitespaces --- templates/vagrantfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/vagrantfile b/templates/vagrantfile index c87f2c6..50d92e7 100644 --- a/templates/vagrantfile +++ b/templates/vagrantfile @@ -56,7 +56,7 @@ , netmask: "{{ item.netmask }}" {%- endif %} {%- if item.network_type == "private_network" %} -, virtualbox__intnet: "{{ item.name }}" +, virtualbox__intnet: "{{ item.name }}" {% endif %} {% endmacro -%} -- GitLab