Skip to content

Commit

Permalink
Daily arc lint --take CLANGFORMAT
Browse files Browse the repository at this point in the history
Reviewed By: zertosh

Differential Revision: D31891742

fbshipit-source-id: f6f6ad019e972de5acc8d04f0e8c8d9c9a2e3324
  • Loading branch information
CodemodService FBSourceClangFormatLinterBot authored and facebook-github-bot committed Oct 25, 2021
1 parent 72ea0e1 commit 64711b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion React/CoreModules/RCTLogBox.mm
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ + (BOOL)requiresMainQueueSetup
if (!strongSelf) {
return;
}
[strongSelf->_view setHidden: YES];
[strongSelf->_view setHidden:YES];
strongSelf->_view = nil;
});
}
Expand Down

0 comments on commit 64711b0

Please sign in to comment.