Daily arc lint --take CLANGFORMAT

Reviewed By: zertosh

Differential Revision: D20666684

fbshipit-source-id: 32255ac7509e0257693969a7b4b044569af30df7
This commit is contained in:
generatedunixname89002005287564
2020-03-26 05:22:59 -07:00
committed by Facebook GitHub Bot
parent 53212e1541
commit ec2cfe98d2
+2 -2
View File
@@ -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;
}