From ec2cfe98d287da05ba90214bb495a1f3dcbd7913 Mon Sep 17 00:00:00 2001 From: generatedunixname89002005287564 Date: Thu, 26 Mar 2020 05:18:58 -0700 Subject: [PATCH] Daily `arc lint --take CLANGFORMAT` Reviewed By: zertosh Differential Revision: D20666684 fbshipit-source-id: 32255ac7509e0257693969a7b4b044569af30df7 --- React/CoreModules/RCTLogBox.mm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/React/CoreModules/RCTLogBox.mm b/React/CoreModules/RCTLogBox.mm index 0a3dc677bea..55873322c9f 100644 --- a/React/CoreModules/RCTLogBox.mm +++ b/React/CoreModules/RCTLogBox.mm @@ -93,7 +93,7 @@ RCT_EXPORT_METHOD(show) if (RCTRedBoxGetEnabled()) { __weak RCTLogBox *weakSelf = self; dispatch_async(dispatch_get_main_queue(), ^{ - __strong RCTLogBox *strongSelf = weakSelf; + __strong RCTLogBox *strongSelf = weakSelf; if (!strongSelf) { return; } @@ -110,7 +110,7 @@ RCT_EXPORT_METHOD(hide) if (RCTRedBoxGetEnabled()) { __weak RCTLogBox *weakSelf = self; dispatch_async(dispatch_get_main_queue(), ^{ - __strong RCTLogBox *strongSelf = weakSelf; + __strong RCTLogBox *strongSelf = weakSelf; if (!strongSelf) { return; }