changeset 14937:0b3e57c1b8c0

filecache: fix check-code complaint
author Matt Mackall <mpm@selenic.com>
date Mon, 25 Jul 2011 12:58:47 -0500
parents 9dca7653b525
children ec18cd254156
files tests/test-filecache.py
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/tests/test-filecache.py	Mon Jul 25 15:08:57 2011 +0300
+++ b/tests/test-filecache.py	Mon Jul 25 12:58:47 2011 -0500
@@ -74,7 +74,8 @@
         pass
 
     originit = extensions.wrapfunction(util.cachestat, '__init__', wrapinit)
-    origcacheable = extensions.wrapfunction(util.cachestat, 'cacheable', wrapcacheable)
+    origcacheable = extensions.wrapfunction(util.cachestat, 'cacheable',
+                                            wrapcacheable)
 
     try:
         os.remove('x')