Changeset - 7f520c24686c
[Not reviewed]
beta
0 1 0
Marcin Kuzminski - 13 years ago 2012-11-14 21:52:50
marcin@python-works.com
removed garbage return statement
1 file changed with 0 insertions and 1 deletions:
0 comments (0 inline, 0 general)
rhodecode/lib/vcs/nodes.py
Show inline comments
 
@@ -411,7 +411,6 @@ class FileNode(Node):
 
        """
 
        Returns True if file has binary content.
 
        """
 
        return False
 
        _bin = '\0' in self._get_content()
 
        return _bin
 

	
0 comments (0 inline, 0 general)