From db8e3f7744e7bd55b1c03f020832ea5fc9c0a16e Mon Sep 17 00:00:00 2001 From: David Vacca Date: Tue, 9 Apr 2019 20:19:31 -0700 Subject: [PATCH] Fix Lint warnings Summary: Trivial reorder on buck dependencies and import in ComponentRegistry.cpp Reviewed By: shergin Differential Revision: D14779320 fbshipit-source-id: df4111d4ecfb04d67c7170f0800a745656100fb4 --- RNTester/ComponentRegistry.cpp | 12 ++++++------ .../mountitems/PreAllocateViewMountItem.java | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/RNTester/ComponentRegistry.cpp b/RNTester/ComponentRegistry.cpp index 62416114939..2b516312d0f 100644 --- a/RNTester/ComponentRegistry.cpp +++ b/RNTester/ComponentRegistry.cpp @@ -6,19 +6,19 @@ */ #ifdef RN_FABRIC_ENABLED -#include -#include -#include -#include #include -#include #include +#include +#include #include #include #include #include -#include +#include +#include +#include +#include namespace facebook { namespace react { diff --git a/ReactAndroid/src/main/java/com/facebook/react/fabric/mounting/mountitems/PreAllocateViewMountItem.java b/ReactAndroid/src/main/java/com/facebook/react/fabric/mounting/mountitems/PreAllocateViewMountItem.java index bdc7c7b68eb..13d70b8c6fa 100644 --- a/ReactAndroid/src/main/java/com/facebook/react/fabric/mounting/mountitems/PreAllocateViewMountItem.java +++ b/ReactAndroid/src/main/java/com/facebook/react/fabric/mounting/mountitems/PreAllocateViewMountItem.java @@ -55,7 +55,7 @@ public class PreAllocateViewMountItem implements MountItem { + mComponent + " rootTag: " + mRootTag - + " mIsLayoutable: " + + " isLayoutable: " + mIsLayoutable + " props: " + mProps;