mirror of
https://github.com/zhigang1992/RestKit.git
synced 2026-04-28 20:55:32 +08:00
Some code formatting cleanup.
This commit is contained in:
@@ -87,7 +87,7 @@
|
||||
- (void)load
|
||||
{
|
||||
RKLogDebug(@"Loading entity cache for Entity '%@' by attribute '%@' in managed object context %@ (concurrencyType = %ld)",
|
||||
self.entity.name, self.attribute, self.managedObjectContext, (unsigned long) self.managedObjectContext.concurrencyType);
|
||||
self.entity.name, self.attribute, self.managedObjectContext, (unsigned long)self.managedObjectContext.concurrencyType);
|
||||
@synchronized(self.attributeValuesToObjectIDs) {
|
||||
self.attributeValuesToObjectIDs = [NSMutableDictionary dictionary];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user