Skip to content

Commit

Permalink
removing stray whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
nekrut authored and natefoo committed Feb 19, 2018
1 parent 91bb57b commit a456c64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/galaxy/datatypes/sequence.py
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,7 @@ def sniff(self, filename):
if not is_gzip(filename):
return False
return Sequence.sniff(self, filename)


class Fasta(Sequence):
"""Class representing a FASTA sequence"""
Expand Down

0 comments on commit a456c64

Please sign in to comment.