Skip to content

Commit

Permalink
config: Change a tab indent to spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
kblin committed Sep 3, 2018
1 parent 7c79bec commit 4c6c32d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ncbi_genome_download/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ class NgdConfig(object):
_FORMATS = OrderedDict([
('genbank', '_genomic.gbff.gz'),
('fasta', '_genomic.fna.gz'),
('rm', '_rm.out.gz'),
('rm', '_rm.out.gz'),
('features', '_feature_table.txt.gz'),
('gff', '_genomic.gff.gz'),
('protein-fasta', '_protein.faa.gz'),
Expand Down

0 comments on commit 4c6c32d

Please sign in to comment.