app/soc/cache/base.py
changeset 1829 c9f30de8804f
parent 1418 50e989482d1b
child 2070 9555be8634a3
--- a/app/soc/cache/base.py	Fri Mar 13 13:26:03 2009 +0000
+++ b/app/soc/cache/base.py	Fri Mar 13 13:46:30 2009 +0000
@@ -35,7 +35,7 @@
   def cache(func):
     """Decorator that caches the result from func.
     """
-  
+
     @wraps(func)
     def wrapper(*args, **kwargs):
       result, key = get(*args, **kwargs)