Skip to content

Commit

Permalink
Perltidy
Browse files Browse the repository at this point in the history
Using Perl-Tidy-20230909.
  • Loading branch information
ferki committed Sep 9, 2023
1 parent d157dcc commit c1bfb85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Rex/Cloud/Jiffybox.pm
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ sub _do_request {
my ($res);

if ( $type eq "GET" ) {
$res = $ua->request( GET $url);
$res = $ua->request( GET $url );
}
elsif ( $type eq "POST" ) {
$res = $ua->request( POST $url, \@params );
Expand Down

0 comments on commit c1bfb85

Please sign in to comment.