largefiles: remove additional blank line between methods in localstore
authorliscju <piotr.listkiewicz@gmail.com>
Fri, 24 Jun 2016 11:51:00 +0200
changeset 29409 d2c375071d16
parent 29408 785cadec2091
child 29410 222f6834c69a
largefiles: remove additional blank line between methods in localstore According to the coding style it should be a single blank line between functions.
hgext/largefiles/localstore.py
--- 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: