minor whitespace fixes
This commit is contained in:
parent
195bba7891
commit
29a004091e
@ -108,6 +108,4 @@ class DocumentPropertiesLoader(
|
|||||||
}
|
}
|
||||||
return collections
|
return collections
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
@ -32,5 +32,4 @@ enum class DocumentProperty(
|
|||||||
Producer(key = PRODUCER_KEY, nameResource = R.string.producer),
|
Producer(key = PRODUCER_KEY, nameResource = R.string.producer),
|
||||||
Creator(key = CREATOR_KEY, nameResource = R.string.creator),
|
Creator(key = CREATOR_KEY, nameResource = R.string.creator),
|
||||||
PDFVersion(key = PDF_VERSION_KEY, nameResource = R.string.pdf_version);
|
PDFVersion(key = PDF_VERSION_KEY, nameResource = R.string.pdf_version);
|
||||||
|
|
||||||
}
|
}
|
@ -44,6 +44,4 @@ class PDFJsPropertiesToDocumentPropertyConverter(
|
|||||||
}
|
}
|
||||||
return value
|
return value
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user