Browse Source

(pylint) trailing newlines

pull/236/head
Oliverpool 8 years ago
parent
commit
615b464aa1
  1. 1
      patacrep/latex/lexer.py
  2. 1
      patacrep/songs/latex/__init__.py

1
patacrep/latex/lexer.py

@ -147,4 +147,3 @@ class SongLexer(SimpleLexer):
if token.lexer.open_braces == 0:
token.type = 'SONG_RTITLE'
return token

1
patacrep/songs/latex/__init__.py

@ -57,4 +57,3 @@ SONG_RENDERERS = {
'sg': Latex2LatexSong,
},
}

Loading…
Cancel
Save