Skip to content

Commit

Permalink
Indent arguments a bit
Browse files Browse the repository at this point in the history
PerlX::Maybe is nice
  • Loading branch information
Max Maischein committed Oct 22, 2023
1 parent 1240c46 commit 587df61
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions lib/HTTP/Request/FromCurl.pm
Original file line number Diff line number Diff line change
Expand Up @@ -582,10 +582,10 @@ sub _build_request( $self, $uri, $options, %build_options ) {
};

push @res, HTTP::Request::CurlParameters->new({
method => $method,
uri => $uri,
headers => \%headers,
body => $body,
method => $method,
uri => $uri,
headers => \%headers,
body => $body,
maybe auth => $auth,
maybe cert => $options->{cert},
maybe capath => $options->{capath},
Expand Down

0 comments on commit 587df61

Please sign in to comment.