##// END OF EJS Templates
removed garbage return statement
marcink -
r3005:7f520c24 beta
parent child Browse files
Show More
@@ -411,7 +411,6 b' class FileNode(Node):'
411 """
411 """
412 Returns True if file has binary content.
412 Returns True if file has binary content.
413 """
413 """
414 return False
415 _bin = '\0' in self._get_content()
414 _bin = '\0' in self._get_content()
416 return _bin
415 return _bin
417
416
General Comments 0
You need to be logged in to leave comments. Login now