Skip to content

Commit ac16fb1

Browse files
committed
Tidy
1 parent ecda017 commit ac16fb1

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
@@ -363,7 +363,7 @@ sub by_author_and_names {
363363
# $releases: ArrayRef[ Dict[ author => Str, name => Str ] ]
364364

365365
my $body = {
366-
size => (0+ @$releases),
366+
size => ( 0 + @$releases ),
367367
query => {
368368
bool => {
369369
should => [

0 commit comments

Comments
 (0)