add newline after header
This commit is contained in:
parent
2222e20e47
commit
ec26ec232f
1 changed files with 2 additions and 1 deletions
|
@ -122,6 +122,7 @@ class PyTeXFormatter(FormatterIF, ABC):
|
|||
[
|
||||
'%' * 80,
|
||||
self.header.format(**kwargs), # TODO: add standard keywords here
|
||||
'%' * 80
|
||||
'%' * 80,
|
||||
''
|
||||
]
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue