From b5eb787757a3478a79d08c164abbac3c47e3059a Mon Sep 17 00:00:00 2001 From: Mike Hardy Date: Thu, 26 Sep 2024 18:48:36 -0500 Subject: [PATCH] style(ios, lint): apply suggested Xcode lint quickfix --- ios/RCTFBSDK/core/RCTFBSDKProfile.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ios/RCTFBSDK/core/RCTFBSDKProfile.m b/ios/RCTFBSDK/core/RCTFBSDKProfile.m index bac12769..cffb8d41 100644 --- a/ios/RCTFBSDK/core/RCTFBSDKProfile.m +++ b/ios/RCTFBSDK/core/RCTFBSDKProfile.m @@ -20,7 +20,7 @@ - (dispatch_queue_t)methodQueue #pragma mark - Helper Functions -static NSDictionary *RCTBuildProfileDict() +static NSDictionary *RCTBuildProfileDict(void) { if (!FBSDKProfile.currentProfile) { return nil;