marinofaggiana 3 năm trước cách đây
mục cha
commit
7aeea4cf51
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  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 {