]> git.proxmox.com Git - pve-http-server.git/commitdiff
multiline parameter style nit fix
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Tue, 6 Jun 2023 15:12:50 +0000 (17:12 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Tue, 6 Jun 2023 15:12:50 +0000 (17:12 +0200)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
src/PVE/APIServer/AnyEvent.pm

index b2ae99b2358851af5cc069779c042e8d7dc2b960..8be2347511bc394d88759c55dd1db0c0f3caef26 100644 (file)
@@ -933,8 +933,8 @@ sub handle_api2_request {
 
            $res->{proxy_params}->{tmpfilename} = $reqstate->{tmpfilename} if $upload_state;
 
-           $self->proxy_request($reqstate, $clientip, $host, $res->{proxynode}, $method,
-                                $r->uri, $auth, $res->{proxy_params});
+           $self->proxy_request(
+               $reqstate, $clientip, $host, $res->{proxynode}, $method, $r->uri, $auth, $res->{proxy_params});
            return;
 
        } elsif ($upgrade && ($method eq 'GET') && ($path =~ m|websocket$|)) {