nodemap: fix some comment formatting
authorPierre-Yves David <pierre-yves.david@octobus.net>
Thu, 10 Jun 2021 00:16:54 +0200
changeset 47451 f70ca39d0ab8
parent 47450 9cecc222c536
child 47452 c6844912c327
nodemap: fix some comment formatting Black seems unhappy about it. Differential Revision: https://phab.mercurial-scm.org/D10865
mercurial/revlogutils/nodemap.py
--- a/mercurial/revlogutils/nodemap.py	Wed Jun 09 12:19:42 2021 +0200
+++ b/mercurial/revlogutils/nodemap.py	Thu Jun 10 00:16:54 2021 +0200
@@ -133,7 +133,7 @@
 
 
 def delete_nodemap(tr, repo, revlog):
-    """ Delete nodemap data on disk for a given revlog"""
+    """Delete nodemap data on disk for a given revlog"""
     if revlog._nodemap_file is None:
         msg = "calling persist nodemap on a revlog without the feature enabled"
         raise error.ProgrammingError(msg)