marinofaggiana 4 years ago
parent
commit
e5966d5963
1 changed files with 1 additions and 1 deletions
  1. 1 1
      iOSClient/Networking/NCOperationQueue.swift

+ 1 - 1
iOSClient/Networking/NCOperationQueue.swift

@@ -189,7 +189,7 @@ class NCOperationSynchronization: ConcurrentOperation {
                 
                 NCCommunication.shared.readFileOrFolder(serverUrlFileName: serverUrlFileName, depth: "1", showHiddenFiles: CCUtility.getShowHiddenFiles()) { (account, files, responseData, errorCode, errorDescription) in
                     
-                   if errorCode == 0 {
+                    if errorCode == 0 {
                     
                         NCManageDatabase.sharedInstance.convertNCCommunicationFilesToMetadatas(files, useMetadataFolder: true, account: account) { (metadataFolder, metadatasFolder, metadatas) in