cleanuo: no need to negate we have not-equal
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
@ -968,10 +968,7 @@ sub list_volumes {
|
||||
} else {
|
||||
$item->{content} = 'images';
|
||||
}
|
||||
if (!($type eq $item->{content})) {
|
||||
next;
|
||||
}
|
||||
|
||||
next if $type ne $item->{content};
|
||||
} else {
|
||||
$item->{content} = $type;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user