From 1c564c3a1f28e780fe0bf33871f61e17730fd512 Mon Sep 17 00:00:00 2001 From: generatedunixname89002005325676 Date: Fri, 12 Mar 2021 03:58:23 -0800 Subject: [PATCH] Daily `arc lint --take CLANGFORMAT` Reviewed By: zertosh Differential Revision: D27005870 fbshipit-source-id: 5d51d0e64ae3fb15d38f8a9f8479af1c86b18fa9 --- React/Views/RefreshControl/RCTRefreshControl.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/React/Views/RefreshControl/RCTRefreshControl.m b/React/Views/RefreshControl/RCTRefreshControl.m index 9b14d575f5..38f2ab53a1 100644 --- a/React/Views/RefreshControl/RCTRefreshControl.m +++ b/React/Views/RefreshControl/RCTRefreshControl.m @@ -47,7 +47,7 @@ RCT_NOT_IMPLEMENTED(-(instancetype)initWithCoder : (NSCoder *)aDecoder) if (self.backgroundColor == nil) { self.backgroundColor = [UIColor clearColor]; } - + // If the control is refreshing when mounted we need to call // beginRefreshing in layoutSubview or it doesn't work. if (_currentRefreshingState && _isInitialRender) {