Browse Source

clear code

Signed-off-by: marinofaggiana <ios@nextcloud.com>
marinofaggiana 2 years ago
parent
commit
bb29d4dd7a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      iOSClient/Viewer/NCViewerPDF/NCViewerPDF.swift

+ 1 - 1
iOSClient/Viewer/NCViewerPDF/NCViewerPDF.swift

@@ -508,7 +508,7 @@ class NCViewerPDF: UIViewController, NCViewerPDFSearchDelegate {
     }
     }
 
 
     func removeAllAnnotations() {
     func removeAllAnnotations() {
-        
+
         guard let document = pdfDocument else { return }
         guard let document = pdfDocument else { return }
 
 
         for i in 0..<document.pageCount {
         for i in 0..<document.pageCount {