hgext/remotenames.py
changeset 51703 ca7bde5dbafb
parent 51700 7f0cb9ee0534
child 51863 f4733654f144
--- a/hgext/remotenames.py	Thu Jul 18 12:03:29 2024 +0200
+++ b/hgext/remotenames.py	Thu Jul 18 12:36:12 2024 +0200
@@ -259,7 +259,6 @@
 
 
 def reposetup(ui, repo):
-
     # set the config option to store remotenames
     repo.ui.setconfig(b'experimental', b'remotenames', True, b'remotenames-ext')