[PATCH] largefiles: remove additional blank line between methods in localstore

liscju piotr.listkiewicz at gmail.com
Fri Jun 24 09:55:33 UTC 2016


# HG changeset patch
# User liscju <piotr.listkiewicz at gmail.com>
# Date 1466761860 -7200
#      Fri Jun 24 11:51:00 2016 +0200
# Node ID 9d4434f26d93177456e137d4f80b2565eee0f406
# Parent  6d96658a22b0fc1eb210c99c5629dd69fedf3006
largefiles: remove additional blank line between methods in localstore

According to the coding style it should be a single blank line
between functions.

diff --git a/hgext/largefiles/localstore.py b/hgext/largefiles/localstore.py
--- a/hgext/largefiles/localstore.py
+++ b/hgext/largefiles/localstore.py
@@ -36,7 +36,6 @@ class localstore(basestore.basestore):
             retval[hash] = lfutil.instore(self.remote, hash)
         return retval
 
-
     def _getfile(self, tmpfile, filename, hash):
         path = lfutil.findfile(self.remote, hash)
         if not path:


More information about the Mercurial-devel mailing list