From: Fabian Ebner Date: Thu, 18 Mar 2021 08:44:17 +0000 (+0100) Subject: indentation fix X-Git-Url: https://git.proxmox.com/?p=pve-common.git;a=commitdiff_plain;h=91477acefb18492ee2d4aeee748d42a379953e7b indentation fix Signed-off-by: Fabian Ebner --- diff --git a/src/PVE/JSONSchema.pm b/src/PVE/JSONSchema.pm index 0b2db2d..f1f90ff 100644 --- a/src/PVE/JSONSchema.pm +++ b/src/PVE/JSONSchema.pm @@ -720,7 +720,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.