From: Stefan Reiter Date: Mon, 19 Apr 2021 08:43:50 +0000 (+0200) Subject: fixup: remove double braces X-Git-Url: https://git.proxmox.com/?p=pve-common.git;a=commitdiff_plain;h=91fe74a0369735cbe53441b9d65fb305b2c243ee fixup: remove double braces Signed-off-by: Stefan Reiter --- diff --git a/src/PVE/JSONSchema.pm b/src/PVE/JSONSchema.pm index f2ddb50..3febc1c 100644 --- a/src/PVE/JSONSchema.pm +++ b/src/PVE/JSONSchema.pm @@ -293,7 +293,6 @@ sub verify_storagepair { my ($storagepair, $noerr) = @_; return $verify_idpair->($storagepair, $noerr, 'pve-storage-id'); } -} register_format('mac-addr', \&pve_verify_mac_addr); sub pve_verify_mac_addr {