Skip to content

Commit 2ae1cec

Browse files
committed
Remove unneeded newline and parens
1 parent 3d7e4ae commit 2ae1cec

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

lib/MetaCPAN/Script/Mapping.pm

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -538,7 +538,6 @@ sub _build_mapping {
538538
sub _build_aliases {
539539
my $self = $_[0];
540540
return { 'cpan' => $self->cpan_index };
541-
542541
}
543542

544543
sub deploy_mapping {

t/lib/MetaCPAN/TestServer.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ sub put_mappings {
217217
ok( MetaCPAN::Script::Mapping->new_with_options( $self->_config )->run,
218218
'put mapping' );
219219
$self->check_mappings;
220-
$self->wait_for_es();
220+
$self->wait_for_es;
221221
}
222222

223223
sub index_releases {

0 commit comments

Comments
 (0)