Skip to content

Commit

Permalink
Fix no end of block statement
Browse files Browse the repository at this point in the history
  • Loading branch information
macelai committed Jul 27, 2021
1 parent 4f30036 commit 239839c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RCTAppleHealthKit/RCTAppleHealthKit+TypesAndPermissions.m
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ - (nullable HKObjectType *)getReadPermFromText:(nonnull NSString*)key {
// Activity Summary
if ([@"ActivitySummary" isEqualToString:key]){
return [HKObjectType activitySummaryType];
}
// Clinical Records
if ([@"AllergyRecord" isEqualToString:key]) {
return [RCTAppleHealthKit clinicalTypeFromName:@"AllergyRecord"];
Expand Down

0 comments on commit 239839c

Please sign in to comment.