Skip to content

Commit

Permalink
removing stray whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
nekrut committed Feb 16, 2018
1 parent 0c2c9ba commit 84e8185
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 84e8185

Please sign in to comment.