From 42bc721b41abc631322271dabf7c166027e4bb76 Mon Sep 17 00:00:00 2001 From: Wolfgang Bumiller Date: Tue, 22 Jul 2025 14:49:50 +0200 Subject: [PATCH] make tidy Signed-off-by: Wolfgang Bumiller --- src/PVE/Storage/LVMPlugin.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/PVE/Storage/LVMPlugin.pm b/src/PVE/Storage/LVMPlugin.pm index 1690e97..c1f5474 100644 --- a/src/PVE/Storage/LVMPlugin.pm +++ b/src/PVE/Storage/LVMPlugin.pm @@ -409,7 +409,7 @@ sub get_formats { my ($class, $scfg, $storeid) = @_; if ($scfg->{'snapshot-as-volume-chain'}) { - return { default => 'qcow2', valid => { 'qcow2' => 1, 'raw' => 1, } }; + return { default => 'qcow2', valid => { 'qcow2' => 1, 'raw' => 1 } }; } return { default => 'raw', valid => { 'raw' => 1 } };