make tidy

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
Wolfgang Bumiller
2025-07-22 14:49:50 +02:00
parent cfe7d7ebe7
commit 42bc721b41

View File

@ -409,7 +409,7 @@ sub get_formats {
my ($class, $scfg, $storeid) = @_; my ($class, $scfg, $storeid) = @_;
if ($scfg->{'snapshot-as-volume-chain'}) { 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 } }; return { default => 'raw', valid => { 'raw' => 1 } };