Skip to content

Commit

Permalink
tidy
Browse files Browse the repository at this point in the history
  • Loading branch information
jonswar committed Feb 26, 2014
1 parent 833211d commit ad36b1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Poet/Mason/Plugin/Request.pm
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ around 'construct_page_component' => sub {
grep { $_->has_type_constraint && $_->type_constraint->is_a_type_of('ArrayRef') }
$compc->meta->get_all_attributes;
foreach my $attr (@array_attrs) {
if (my @values = $orig_args->get_all($attr)) {
if ( my @values = $orig_args->get_all($attr) ) {
$args->{$attr} = \@values;
}
}
Expand Down

0 comments on commit ad36b1a

Please sign in to comment.