Browse Source

lint

Signed-off-by: Marino Faggiana <8616947+marinofaggiana@users.noreply.github.com>
Marino Faggiana 1 year ago
parent
commit
d6453c80bd
2 changed files with 3 additions and 3 deletions
  1. 1 1
      iOSClient/AppDelegate.swift
  2. 2 2
      iOSClient/Share/NCShare.swift

+ 1 - 1
iOSClient/AppDelegate.swift

@@ -597,7 +597,7 @@ class AppDelegate: UIResponder, UIApplicationDelegate, UNUserNotificationCenterD
         }
 
         DispatchQueue.global().async { NCMediaManager.shared.createCache(account: account) }
-        
+
         NotificationCenter.default.postOnMainThread(name: NCGlobal.shared.notificationCenterChangeUser)
     }
 

+ 2 - 2
iOSClient/Share/NCShare.swift

@@ -380,8 +380,8 @@ extension NCShare: UITableViewDataSource {
     }
 }
 
+// MARK: CNContactPickerDelegate
 
-//MARK: CNContactPickerDelegate
 extension NCShare: CNContactPickerDelegate {
     func contactPicker(_ picker: CNContactPickerViewController, didSelect contact: CNContact) {
         if  contact.emailAddresses.count > 1 {
@@ -391,7 +391,7 @@ extension NCShare: CNContactPickerDelegate {
             networking?.getSharees(searchString: email)
         }
     }
-    
+
     func showEmailList(arrEmail: [String]) {
         var actions = [NCMenuAction]()
         for email in arrEmail {