소스 검색

clear code

Signed-off-by: marinofaggiana <ios@nextcloud.com>
marinofaggiana 3 년 전
부모
커밋
bb29d4dd7a
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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 {