Corrects Indentation

pull/264/head
Fakabbir Amin 2019-07-13 05:00:25 +05:30
parent c022358c8d
commit 8e4a82ad8b
1 changed files with 1 additions and 1 deletions

View File

@ -697,7 +697,7 @@ class PDFCIDFont(PDFFont):
PDFFont.__init__(self, descriptor, widths, default_width=default_width) PDFFont.__init__(self, descriptor, widths, default_width=default_width)
return return
@property @property
def cmap(self): def cmap(self):
return self._cmap return self._cmap