Skip to content

Commit ad9ffce

Browse files
committed
minor style changes
1 parent 319e7fb commit ad9ffce

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Source/CoreDataStack.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -214,14 +214,14 @@ public final class CoreDataStack: CustomStringConvertible, Equatable {
214214

215215
@objc
216216
private func didReceiveBackgroundContextDidSaveNotification(notification: NSNotification) {
217-
self.mainContext.performBlock {
217+
mainContext.performBlock {
218218
self.mainContext.mergeChangesFromContextDidSaveNotification(notification)
219219
}
220220
}
221221

222222
@objc
223223
private func didReceiveMainContextDidSaveNotification(notification: NSNotification) {
224-
self.backgroundContext.performBlock {
224+
backgroundContext.performBlock {
225225
self.backgroundContext.mergeChangesFromContextDidSaveNotification(notification)
226226
}
227227
}

0 commit comments

Comments
 (0)