##// END OF EJS Templates
largefiles: remove additional blank line between methods in localstore...
liscju -
r29409:d2c37507 default
parent child Browse files
Show More
@@ -36,7 +36,6 class localstore(basestore.basestore):
36 retval[hash] = lfutil.instore(self.remote, hash)
36 retval[hash] = lfutil.instore(self.remote, hash)
37 return retval
37 return retval
38
38
39
40 def _getfile(self, tmpfile, filename, hash):
39 def _getfile(self, tmpfile, filename, hash):
41 path = lfutil.findfile(self.remote, hash)
40 path = lfutil.findfile(self.remote, hash)
42 if not path:
41 if not path:
General Comments 0
You need to be logged in to leave comments. Login now