marinofaggiana 3 years ago
parent
commit
7aeea4cf51
1 changed files with 2 additions and 2 deletions
  1. 2 2
      iOSClient/Data/NCManageDatabase.swift

+ 2 - 2
iOSClient/Data/NCManageDatabase.swift

@@ -3205,10 +3205,10 @@ class NCManageDatabase: NSObject {
             NCCommunicationCommon.shared.writeLog("Could not write to database: \(error)")
         }
     }
-    
-    //MARK: -
 }
 
+//MARK: -
+
 extension Realm {
     public func safeWrite(_ block: (() throws -> Void)) throws {
         if isInWriteTransaction {