code cleanup

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2021-04-04 17:04:56 +02:00
parent 53f22abfc5
commit 4a6f8872a4

View File

@ -431,8 +431,7 @@ sub handle {
my $func = $info->{code};
if (!($info->{name} && $func)) {
raise("Method lookup failed ('$info->{name}')\n",
code => HTTP_INTERNAL_SERVER_ERROR);
raise("Method lookup failed ('$info->{name}')\n", code => HTTP_INTERNAL_SERVER_ERROR);
}
if (my $schema = $info->{parameters}) {