From 8cb47cbfbbe6780d8772236a438e948225c47806 Mon Sep 17 00:00:00 2001 From: Bianco Veigel Date: Sun, 30 Aug 2020 20:57:50 +0200 Subject: [PATCH] remove empty line from config --- plugins/libvirt/kvm_mem | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/plugins/libvirt/kvm_mem b/plugins/libvirt/kvm_mem index eaa86fda..437e59a1 100755 --- a/plugins/libvirt/kvm_mem +++ b/plugins/libvirt/kvm_mem @@ -25,8 +25,7 @@ def config(vm_names): graph_vlabel Bytes graph_category virtualization graph_info This graph shows the current amount of memory used by virtual machines -graph_args --base 1024 - """ +graph_args --base 1024""" print base_config draw = "AREA" for vm in vm_names: