add newline after header

This commit is contained in:
Maximilian Keßler 2022-02-08 23:54:38 +01:00
parent 2222e20e47
commit ec26ec232f

View file

@ -122,6 +122,7 @@ class PyTeXFormatter(FormatterIF, ABC):
[ [
'%' * 80, '%' * 80,
self.header.format(**kwargs), # TODO: add standard keywords here self.header.format(**kwargs), # TODO: add standard keywords here
'%' * 80 '%' * 80,
''
] ]
) )