[Checkins] SVN: grok/branches/timte-json/src/grok/components.py Whitespace.

Martijn Faassen faassen at infrae.com
Mon Apr 16 14:09:09 EDT 2007


Log message for revision 74190:
  Whitespace.

Changed:
  U   grok/branches/timte-json/src/grok/components.py

-=-
Modified: grok/branches/timte-json/src/grok/components.py
===================================================================
--- grok/branches/timte-json/src/grok/components.py	2007-04-16 17:14:05 UTC (rev 74189)
+++ grok/branches/timte-json/src/grok/components.py	2007-04-16 18:09:08 UTC (rev 74190)
@@ -227,7 +227,6 @@
         view_name = self.__view_name__
         method = getattr(self, view_name)
         method_result = mapply(method, (), self.request)
-
         return simplejson.dumps(method_result)
 
 class GrokPageTemplate(object):



More information about the Checkins mailing list