diff rhodecode/lib/vcs/utils/lazy.py @ 3057:79c5967a1e5c beta

whitespace and formatting
author Marcin Kuzminski <marcin@python-works.com>
date Mon, 03 Dec 2012 02:56:57 +0100
parents 7ae9939409ab
children f134d125fb67
line wrap: on
line diff
--- a/rhodecode/lib/vcs/utils/lazy.py	Mon Dec 03 02:55:08 2012 +0100
+++ b/rhodecode/lib/vcs/utils/lazy.py	Mon Dec 03 02:56:57 2012 +0100
@@ -43,4 +43,3 @@
 
         result = obj.__tl_dict__[self.__name__] = self._func(obj)
         return result
-