Skip to content

Commit 6b9cb8e

Browse files
committed
tidy
1 parent 4d7b9a4 commit 6b9cb8e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/MetaCPAN/Contributor.pm

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -197,9 +197,9 @@ sub get_contributors ( $author_name, $release_name ) {
197197
my $check_author = $es->search(
198198
type => 'author',
199199
body => {
200-
query => { term => { email => [ sort keys %want_email ] } },
200+
query => { term => { email => [ sort keys %want_email ] } },
201201
_source => [ 'email', 'pauseid' ],
202-
size => 10,
202+
size => 10,
203203
}
204204
);
205205

0 commit comments

Comments
 (0)