Skip to content

Commit

Permalink
drop trailing whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
mr-c committed Sep 13, 2015
1 parent 383e9e0 commit 02df796
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/galaxy/datatypes/binary.py
Expand Up @@ -945,7 +945,7 @@ class OxliCountGraph(OxliBinary):
"""

def sniff(self, filename):
return OxliBinary._sniff(filename, "01")
return OxliBinary._sniff(filename, "01")

Binary.register_sniffable_binary_format("oxli.countgraph", "oxlicg",
OxliCountGraph)
Expand Down

0 comments on commit 02df796

Please sign in to comment.