mirror of
git://git.proxmox.com/git/pve-storage.git
synced 2025-01-10 01:18:05 +03:00
btrfs: style: add missing semicolon
Signed-off-by: Fabian Ebner <f.ebner@proxmox.com>
This commit is contained in:
parent
6c315e4587
commit
08ca395503
@ -309,7 +309,7 @@ sub alloc_image {
|
||||
my ($class, $storeid, $scfg, $vmid, $fmt, $name, $size) = @_;
|
||||
|
||||
if ($fmt ne 'raw' && $fmt ne 'subvol') {
|
||||
return $class->SUPER::alloc_image($storeid, $scfg, $vmid, $fmt, $name, $size)
|
||||
return $class->SUPER::alloc_image($storeid, $scfg, $vmid, $fmt, $name, $size);
|
||||
}
|
||||
|
||||
# From Plugin.pm:
|
||||
|
Loading…
Reference in New Issue
Block a user