Skip to content

Commit

Permalink
fix: code space cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
g-bougard committed May 27, 2024
1 parent d73f5c8 commit b1c375b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/GLPI/Agent/HTTP/Client.pm
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ sub new {
my $proxy = $params{proxy} || $config->{'proxy'};
if ($proxy) {
$self->{ua}->proxy(['http', 'https'], $proxy);
} else {
} else {
$self->{ua}->env_proxy();
}

Expand Down

0 comments on commit b1c375b

Please sign in to comment.