mirror of
https://github.com/zhigang1992/RestKit.git
synced 2026-05-23 03:13:47 +08:00
Whitespace syntax cleanup. Refs #614
This commit is contained in:
committed by
Blake Watters
parent
7cbccfd322
commit
82f4630d36
@@ -27,7 +27,7 @@
|
||||
|
||||
+ (RKObjectRelationshipMapping *)mappingFromKeyPath:(NSString *)sourceKeyPath toKeyPath:(NSString *)destinationKeyPath withMapping:(RKObjectMappingDefinition *)objectOrDynamicMapping reversible:(BOOL)reversible
|
||||
{
|
||||
RKObjectRelationshipMapping *relationshipMapping = (RKObjectRelationshipMapping *) [self mappingFromKeyPath:sourceKeyPath toKeyPath:destinationKeyPath];
|
||||
RKObjectRelationshipMapping *relationshipMapping = (RKObjectRelationshipMapping *)[self mappingFromKeyPath:sourceKeyPath toKeyPath:destinationKeyPath];
|
||||
relationshipMapping.reversible = reversible;
|
||||
relationshipMapping.mapping = objectOrDynamicMapping;
|
||||
return relationshipMapping;
|
||||
|
||||
Reference in New Issue
Block a user