mirror of
https://github.com/zhigang1992/react-native-code-push.git
synced 2026-06-11 08:04:23 +08:00
Adding braces
This commit is contained in:
@@ -102,8 +102,9 @@ static NSString *const StatusKey = @"status";
|
||||
+ (void)recordStatusReported:(NSDictionary *)statusReport
|
||||
{
|
||||
// We don't need to record rollback reports, so exit early if that's what was specified.
|
||||
if ([DeploymentFailed isEqualToString:statusReport[StatusKey]])
|
||||
if ([DeploymentFailed isEqualToString:statusReport[StatusKey]]) {
|
||||
return;
|
||||
}
|
||||
|
||||
if (statusReport[AppVersionKey]) {
|
||||
[self saveStatusReportedForIdentifier:statusReport[AppVersionKey]];
|
||||
|
||||
Reference in New Issue
Block a user