ソースを参照

Remove trailing whitespace from pdf.py

Renato Cunha 9 年 前
コミット
c7e228158c
共有1 個のファイルを変更した1 個の追加1 個の削除を含む
  1. 1 1
      pdf/pdf.py

+ 1 - 1
pdf/pdf.py

@@ -23,7 +23,7 @@ class PdfGenerator(Generator):
     rst"""
     def __init__(self, *args, **kwargs):
         super(PdfGenerator, self).__init__(*args, **kwargs)
-        
+
         pdf_style_path = os.path.join(self.settings['PDF_STYLE_PATH'])
         pdf_style = self.settings['PDF_STYLE']
         self.pdfcreator = RstToPdf(breakside=0,