浏览代码

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,