Skip to content

Commit

Permalink
style(ios, lint): apply suggested Xcode lint quickfix
Browse files Browse the repository at this point in the history
  • Loading branch information
mikehardy committed Sep 27, 2024
1 parent c66502d commit fb85085
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ios/RCTFBSDK/core/RCTFBSDKProfile.m
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ - (dispatch_queue_t)methodQueue

#pragma mark - Helper Functions

static NSDictionary *RCTBuildProfileDict()
static NSDictionary *RCTBuildProfileDict(void)
{
if (!FBSDKProfile.currentProfile) {
return nil;
Expand Down

0 comments on commit fb85085

Please sign in to comment.