hgext/largefiles/localstore.py
changeset 29409 d2c375071d16
parent 29310 f89f83c8393a
child 29421 ecbbf4d56ee8
--- a/hgext/largefiles/localstore.py	Thu Jun 23 12:37:09 2016 -0700
+++ b/hgext/largefiles/localstore.py	Fri Jun 24 11:51:00 2016 +0200
@@ -36,7 +36,6 @@
             retval[hash] = lfutil.instore(self.remote, hash)
         return retval
 
-
     def _getfile(self, tmpfile, filename, hash):
         path = lfutil.findfile(self.remote, hash)
         if not path: