Browse Source

new class

Signed-off-by: Marino Faggiana <marino@marinofaggiana.com>
Marino Faggiana 2 years ago
parent
commit
3c70dfd491
2 changed files with 2 additions and 2 deletions
  1. 2 1
      .swiftlint.yml
  2. 0 1
      iOSClient/Main/Create cloud/NCUploadScanDocument.swift

+ 2 - 1
.swiftlint.yml

@@ -35,7 +35,8 @@ disabled_rules:
   - unused_setter_value
   - large_tuple
   - function_parameter_count
-
+  - multiple_closures_with_trailing_closure
+  
 excluded:
   - Carthage
   - Pods

+ 0 - 1
iOSClient/Main/Create cloud/NCUploadScanDocument.swift

@@ -38,7 +38,6 @@ struct NCUploadScanDocumentTest: View {
     @State var isTextRecognition = true
     @State var urlPreviewFile: URL = Bundle.main.url(forResource: "Reasons to use Nextcloud", withExtension: "pdf")!
 
-
     var body: some View {
 
         GeometryReader { geo in