Skip to content

Commit d06bebb

Browse files
committed
Code style correction
1 parent e460d0d commit d06bebb

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

JSONModel/JSONModel/JSONModel.m

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1227,8 +1227,10 @@ - (NSUInteger)hash
12271227
{
12281228
if (self.indexPropertyName) {
12291229
id val = [self valueForKey:self.indexPropertyName];
1230-
if (val)
1230+
1231+
if (val) {
12311232
return [val hash];
1233+
}
12321234
}
12331235

12341236
return [super hash];

0 commit comments

Comments
 (0)