web/views/debug.py
branchtls-sprint
changeset 12560 dc6d44e69a70
parent 1802 d628defebc17
child 1977 606923dff11b
--- a/web/views/debug.py	Wed Jun 03 09:09:33 2009 +0200
+++ b/web/views/debug.py	Thu Apr 04 13:49:34 2019 +0200
@@ -23,7 +23,7 @@
                 html_escape(str(key)), html_escape(repr(dict[key]))))
         w(u'</ul>')
 
-    
+
 class DebugView(StartupView):
     id = 'debug'
     __select__ = none_rset() & match_user_groups('managers')