hgext/remotefilelog/connectionpool.py
changeset 51686 493034cc3265
parent 50925 d718eddf01d9
child 51696 7f0cb9ee0534
--- a/hgext/remotefilelog/connectionpool.py	Thu Jul 18 12:03:29 2024 +0200
+++ b/hgext/remotefilelog/connectionpool.py	Thu Jul 18 12:36:12 2024 +0200
@@ -38,7 +38,6 @@
                 pass
 
         if conn is None:
-
             peer = hg.peer(self._repo.ui, {}, path)
             if hasattr(peer, '_cleanup'):