From 91477acefb18492ee2d4aeee748d42a379953e7b Mon Sep 17 00:00:00 2001 From: Fabian Ebner Date: Thu, 18 Mar 2021 09:44:17 +0100 Subject: [PATCH] indentation fix Signed-off-by: Fabian Ebner --- 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 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. -- 2.39.2