changeset 5689:6de9ae7404ca stable

formatting: fix the number of black line The previous changeset was published by mistake and had some formatting "issues"
author Pierre-Yves David <pierre-yves.david@octobus.net>
date Thu, 24 Dec 2020 00:50:19 +0100
parents b1e057fb7837
children 35b0f8f45250
files hgext3rd/topic/__init__.py
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/hgext3rd/topic/__init__.py	Tue Dec 22 20:22:41 2020 -0500
+++ b/hgext3rd/topic/__init__.py	Thu Dec 24 00:50:19 2020 +0100
@@ -441,7 +441,6 @@
         repo.ui.setconfig(b'rebase', b'experimental.inmemory', b'False',
                           source=b'topic-extension')
 
-
     class topicrepo(repo.__class__):
 
         # attribute for other code to distinct between repo with topic and repo without