Skip to content

Commit 9b27d3c

Browse files
committed
tidy
1 parent 8e675d2 commit 9b27d3c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/MetaCPAN/Server/Controller/Changes.pm

+2-1
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,8 @@ sub by_releases : Path('by_releases') : Args(0) {
7676
for my $release ( @{ $ret->{releases} } ) {
7777
my ( $author, $name, $path )
7878
= @{$release}{qw(author name changes_file)};
79-
my $source = $c->model('Source')->path( $author, $name, $path ) or next;
79+
my $source = $c->model('Source')->path( $author, $name, $path )
80+
or next;
8081

8182
my $content = try {
8283
Encode::decode(

0 commit comments

Comments
 (0)