Skip to content

Commit

Permalink
Indentation fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
nunobaldaia committed Dec 22, 2015
1 parent a2acae7 commit 9ee854b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Realm+JSON/RLMObject+JSON.m
Original file line number Diff line number Diff line change
Expand Up @@ -252,9 +252,9 @@ - (id)mc_createJSONDictionary {
}

[result setValue:value forKeyPath:dictionaryKeyPath];
} else {
[result setValue:[NSNull null] forKeyPath:dictionaryKeyPath];
}
} else {
[result setValue:[NSNull null] forKeyPath:dictionaryKeyPath];
}
}

return [result copy];
Expand Down

0 comments on commit 9ee854b

Please sign in to comment.