소스 검색

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,