Skip to content

Commit

Permalink
Fix indentation that perltidy complains about
Browse files Browse the repository at this point in the history
  • Loading branch information
nicomen committed Jun 19, 2024
1 parent 70ede4b commit a48a1d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Mojolicious/Plugin/AssetPack.pm
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ sub _render_tags {

return Mojo::ByteStream->new(
join "\n",
map { $_->tag_for->($_, $c, \%args, @attrs) }
map { $_->tag_for->($_, $c, \%args, @attrs) }
grep { !$_->isa('Mojolicious::Plugin::AssetPack::Asset::Null') } @$assets
);
}
Expand Down

0 comments on commit a48a1d5

Please sign in to comment.