From 1e9befeb80d96b0249216a34908b260aa029eaee Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Tue, 6 Jun 2023 17:12:50 +0200 Subject: [PATCH] multiline parameter style nit fix Signed-off-by: Thomas Lamprecht --- src/PVE/APIServer/AnyEvent.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/PVE/APIServer/AnyEvent.pm b/src/PVE/APIServer/AnyEvent.pm index b2ae99b..8be2347 100644 --- a/src/PVE/APIServer/AnyEvent.pm +++ b/src/PVE/APIServer/AnyEvent.pm @@ -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$|)) {