Просмотр исходного кода

normalized ViewerQuickLook

Signed-off-by: Marino Faggiana <marino@marinofaggiana.com>
Marino Faggiana 2 лет назад
Родитель
Сommit
2e6451bcf6
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      iOSClient/Viewer/NCViewerQuickLook/NCViewerQuickLook.swift

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

@@ -76,7 +76,7 @@ private var hasChangesQuickLook: Bool = false
             let error = NKError(errorCode: NCGlobal.shared.errorCharactersForbidden, errorDescription: "_message_disable_overwrite_livephoto_")
             NCContentPresenter.shared.showInfo(error: error)
         }
-        
+
         startTimer(navigationItem: navigationItem)
     }