Some code formatting cleanup.

This commit is contained in:
Jawwad Ahmad
2012-09-02 13:15:14 -04:00
parent 8cbdb5f7ed
commit 285586a5b5
8 changed files with 10 additions and 9 deletions

View File

@@ -32,7 +32,7 @@
@interface RKKeyPathConnectionMapping : RKConnectionMapping
@end
@interface RKConnectionMapping()
@interface RKConnectionMapping ()
@property (nonatomic, strong, readwrite) NSRelationshipDescription *relationship;
@property (nonatomic, strong, readwrite) NSString *sourceKeyPath;
@property (nonatomic, strong, readwrite) NSString *destinationKeyPath;