mercurial/utils/stringutil.py
changeset 51686 493034cc3265
parent 49648 9be765b82a90
child 51696 7f0cb9ee0534
--- a/mercurial/utils/stringutil.py	Thu Jul 18 12:03:29 2024 +0200
+++ b/mercurial/utils/stringutil.py	Thu Jul 18 12:36:12 2024 +0200
@@ -574,7 +574,6 @@
         return mailmap
 
     for line in mailmapcontent.splitlines():
-
         # Don't bother checking the line if it is a comment or
         # is an improperly formed author field
         if line.lstrip().startswith(b'#'):
@@ -801,7 +800,6 @@
             chunks.reverse()
 
             while chunks:
-
                 # Start the list of chunks that will make up the current line.
                 # cur_len is just the length of all the chunks in cur_line.
                 cur_line = []