changeset 29409:d2c375071d16

largefiles: remove additional blank line between methods in localstore According to the coding style it should be a single blank line between functions.
author liscju <piotr.listkiewicz@gmail.com>
date Fri, 24 Jun 2016 11:51:00 +0200
parents 785cadec2091
children 222f6834c69a
files hgext/largefiles/localstore.py
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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: