Skip to content

Commit 1ed1c79

Browse files
committed
Remove unneeded newline and parens
1 parent 74ba1b6 commit 1ed1c79

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
@@ -536,7 +536,6 @@ sub _build_mapping {
536536
sub _build_aliases {
537537
my $self = $_[0];
538538
return { 'cpan' => $self->cpan_index };
539-
540539
}
541540

542541
sub deploy_mapping {

t/lib/MetaCPAN/TestServer.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ sub put_mappings {
141141
ok( MetaCPAN::Script::Mapping->new_with_options( $self->_config )->run,
142142
'put mapping' );
143143
$self->check_mappings;
144-
$self->wait_for_es();
144+
$self->wait_for_es;
145145
}
146146

147147
sub index_releases {

0 commit comments

Comments
 (0)