mirror of
https://github.com/zhigang1992/RestKit.git
synced 2026-04-13 22:45:23 +08:00
Whitespace syntax cleanup. Refs #614
This commit is contained in:
committed by
Blake Watters
parent
7cbccfd322
commit
82f4630d36
@@ -26,7 +26,7 @@
|
||||
|
||||
+ (RKManagedObjectThreadSafeInvocation *)invocationWithMethodSignature:(NSMethodSignature *)methodSignature
|
||||
{
|
||||
return (RKManagedObjectThreadSafeInvocation *) [super invocationWithMethodSignature:methodSignature];
|
||||
return (RKManagedObjectThreadSafeInvocation *)[super invocationWithMethodSignature:methodSignature];
|
||||
}
|
||||
|
||||
- (void)setManagedObjectKeyPaths:(NSSet *)keyPaths forArgument:(NSInteger)index
|
||||
|
||||
Reference in New Issue
Block a user