[pve-devel] [PATCH common 1/2] indentation fix
Fabian Ebner
f.ebner at proxmox.com
Fri Apr 30 08:39:57 CEST 2021
Ping for both patches
Am 18.03.21 um 09:44 schrieb Fabian Ebner:
> Signed-off-by: Fabian Ebner <f.ebner at proxmox.com>
> ---
> src/PVE/JSONSchema.pm | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/src/PVE/JSONSchema.pm b/src/PVE/JSONSchema.pm
> index 20d72b3..e9d10da 100644
> --- a/src/PVE/JSONSchema.pm
> +++ b/src/PVE/JSONSchema.pm
> @@ -715,7 +715,7 @@ sub check_format {
> }
> } elsif ($format_type eq 'opt') {
> $parsed = $registered->($value) if $value;
> - } else {
> + } else {
> if (ref($registered) eq 'HASH') {
> # Note: this is the only case where a validator function could be
> # attached, hence it's safe to handle that in parse_property_string.
>
More information about the pve-devel
mailing list