Skip to content

Commit 7eb7de2

Browse files
committed
Tidy lib/MetaCPAN/Query/Release.pm
1 parent 684fd65 commit 7eb7de2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/MetaCPAN/Query/Release.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -517,7 +517,7 @@ sub latest_by_author {
517517
fields => [
518518
qw(author distribution name status abstract date download_url version authorized maturity)
519519
],
520-
size => 1000,
520+
size => 1000,
521521
};
522522

523523
my $ret = $self->es->search(

0 commit comments

Comments
 (0)