mercurial/pure/parsers.py
changeset 51686 493034cc3265
parent 49820 3eac92509484
child 51696 7f0cb9ee0534
--- a/mercurial/pure/parsers.py	Thu Jul 18 12:03:29 2024 +0200
+++ b/mercurial/pure/parsers.py	Thu Jul 18 12:36:12 2024 +0200
@@ -911,7 +911,6 @@
         )
 
     def _pack_entry(self, rev, entry):
-
         base = entry[revlog_constants.ENTRY_DELTA_BASE]
         link_rev = entry[revlog_constants.ENTRY_LINK_REV]
         assert base == rev, (base, rev)