Skip to content

Commit

Permalink
maint: remove trailing whitespace to pass Dist::Zilla::Plugin::EOLTests
Browse files Browse the repository at this point in the history
  • Loading branch information
carandraug committed Mar 22, 2013
1 parent f591d67 commit 5223c61
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/bp_genbank_ref_extractor.pl
Original file line number Diff line number Diff line change
Expand Up @@ -588,7 +588,7 @@ sub analyze_entrez_genes {
## locus section because locus doesn't say the RefSeq status of the products
foreach my $c (@{$result->{'comments'}}){
$c = $c->[0] if(ref($c) eq 'ARRAY');

## get RefSeq status
if ($c->{'heading'} && $c->{'heading'} eq 'RefSeq Status') {
my $refseq_status = $c->{'label'};
Expand Down Expand Up @@ -730,7 +730,7 @@ sub get_products {
my $product = shift;
my $struct = shift;
my @product_acc = $struct->get_list($product);

my ($fetcher, $base_name);
if ($product eq 'transcript') {
$fetcher = create_fetcher ('nuccore');
Expand Down

0 comments on commit 5223c61

Please sign in to comment.