Skip to content

Commit

Permalink
Perltidy
Browse files Browse the repository at this point in the history
Using Perl-Tidy-20230701.
  • Loading branch information
ferki committed Jul 3, 2023
1 parent 9899caa commit 1ca4e2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Rex/Cloud/Amazon.pm
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,7 @@ sub _make_instance_map {
private_ip => $_[1]->{"privateIpAddress"},
(
security_group => ref $_[1]->{"groupSet"}->{"item"} eq 'ARRAY' ? join ',',
map { $_->{groupName} } @{ $_[1]->{"groupSet"}->{"item"} }
map { $_->{groupName} } @{ $_[1]->{"groupSet"}->{"item"} }
: $_[1]->{"groupSet"}->{"item"}->{"groupName"}
),
(
Expand Down

0 comments on commit 1ca4e2e

Please sign in to comment.