From 6dd3aba4b95c6affe11b4f96461d0aed16a6cdf7 Mon Sep 17 00:00:00 2001 From: Darragh Bailey Date: Wed, 28 Sep 2022 23:40:32 +0100 Subject: [PATCH] Remove remaining tabs from template (#1614) --- lib/vagrant-libvirt/templates/domain.xml.erb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/lib/vagrant-libvirt/templates/domain.xml.erb b/lib/vagrant-libvirt/templates/domain.xml.erb index 3e98c71..8b81b1e 100644 --- a/lib/vagrant-libvirt/templates/domain.xml.erb +++ b/lib/vagrant-libvirt/templates/domain.xml.erb @@ -228,12 +228,12 @@ <%- end -%> <%- if @graphics_type != 'none' graphics = { - 'type' => @graphics_type, - 'port' => @graphics_port, - 'autoport' => @graphics_autoport, - 'listen' => @graphics_ip, - 'keymap' => @keymap, - 'passwd' => @graphics_passwd, + 'type' => @graphics_type, + 'port' => @graphics_port, + 'autoport' => @graphics_autoport, + 'listen' => @graphics_ip, + 'keymap' => @keymap, + 'passwd' => @graphics_passwd, } -%> <%# Video device -%>