cleanup stable
authorSylvain Thénault <sylvain.thenault@logilab.fr>
Thu, 16 Sep 2010 18:43:17 +0200
branchstable
changeset 6276 cb4a48b2250e
parent 6275 20f30e01ae59
child 6277 83179ccbda1f
cleanup
web/views/__init__.py
--- a/web/views/__init__.py	Thu Sep 16 18:43:03 2010 +0200
+++ b/web/views/__init__.py	Thu Sep 16 18:43:17 2010 +0200
@@ -84,7 +84,7 @@
             return VID_BY_MIMETYPE[mimetype]
     nb_rows = len(rset)
     # empty resultset
-    if nb_rows == 0 :
+    if nb_rows == 0:
         return 'noresult'
     # entity result set
     if not schema.eschema(rset.description[0][0]).final: