Skip to content

Commit

Permalink
Fix formatting issue
Browse files Browse the repository at this point in the history
  • Loading branch information
gonzalezreal committed Nov 4, 2014
1 parent f165b55 commit a8828d4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Groot/Private/NSEntityDescription+Groot.m
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ @implementation NSEntityDescription (Groot)

- (NSAttributeDescription *)grt_identityAttribute {

NSString * identityAttribute = nil;
NSEntityDescription * entityDescription = self;
NSString *identityAttribute = nil;
NSEntityDescription *entityDescription = self;

while (entityDescription && !identityAttribute) {
identityAttribute = entityDescription.userInfo[GRTIdentityAttributeKey];
Expand Down

0 comments on commit a8828d4

Please sign in to comment.