mirror of
git://git.proxmox.com/git/pve-common.git
synced 2025-01-09 05:17:35 +03:00
fixup: remove double braces
Signed-off-by: Stefan Reiter <s.reiter@proxmox.com>
This commit is contained in:
parent
920750982b
commit
91fe74a036
@ -293,7 +293,6 @@ sub verify_storagepair {
|
|||||||
my ($storagepair, $noerr) = @_;
|
my ($storagepair, $noerr) = @_;
|
||||||
return $verify_idpair->($storagepair, $noerr, 'pve-storage-id');
|
return $verify_idpair->($storagepair, $noerr, 'pve-storage-id');
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
||||||
register_format('mac-addr', \&pve_verify_mac_addr);
|
register_format('mac-addr', \&pve_verify_mac_addr);
|
||||||
sub pve_verify_mac_addr {
|
sub pve_verify_mac_addr {
|
||||||
|
Loading…
Reference in New Issue
Block a user