hgext/highlight/highlight.py
changeset 51703 ca7bde5dbafb
parent 51700 7f0cb9ee0534
child 51863 f4733654f144
--- a/hgext/highlight/highlight.py	Thu Jul 18 12:03:29 2024 +0200
+++ b/hgext/highlight/highlight.py	Thu Jul 18 12:36:12 2024 +0200
@@ -43,7 +43,6 @@
 
 
 def pygmentize(field, fctx, style, tmpl, guessfilenameonly=False):
-
     # append a <link ...> to the syntax highlighting css
     tmpl.load(b'header')
     old_header = tmpl.cache[b'header']