mirror of
https://github.com/zhigang1992/RestKit.git
synced 2026-04-29 05:05:34 +08:00
Fix issues identified by uncrustify's "sp_assign = add" option. Refs #614
This commit is contained in:
@@ -507,7 +507,7 @@
|
||||
assertThat(group.name, is(equalTo(@"restkit")));
|
||||
|
||||
|
||||
NSSortDescriptor * sortByName =[[[NSSortDescriptor alloc] initWithKey:@"name" ascending:YES] autorelease];
|
||||
NSSortDescriptor * sortByName = [[[NSSortDescriptor alloc] initWithKey:@"name" ascending:YES] autorelease];
|
||||
NSArray * descriptors = [NSArray arrayWithObject:sortByName];;
|
||||
NSArray * users = [group.users sortedArrayUsingDescriptors:descriptors];
|
||||
RKTestUser* user = [users objectAtIndex:0];
|
||||
|
||||
Reference in New Issue
Block a user