From 2b603fd8eb7dae512cdd0b0afa62519edc91c04e Mon Sep 17 00:00:00 2001 From: Lucian Grijincu Date: Thu, 1 Nov 2018 16:11:22 -0700 Subject: [PATCH] BUCKFORMAT: apply on all of fbsource Summary: $ hg files -X "fbandroid/experimental/*" -X "fbcode/experimental/*" -X "fbcode/compphoto/experimental/*" -X "fbobjc/Users/*" -X "xplat/experimental/*" -X fbandroid/apps/fblite/xMob-android/BUCK -I "**/{BUCK,TARGETS,*.bzl}" | xargs -P 50 -L 50 arc lint --apply-patches --take BUCKFORMAT Reviewed By: zertosh Differential Revision: D12888019 fbshipit-source-id: 970eaf3d87e6b211032e83004cbeeacfae873c25 --- ReactCommon/fabric/core/BUCK | 2 +- ReactCommon/fabric/events/BUCK | 2 +- ReactCommon/fabric/graphics/BUCK | 2 +- ReactCommon/fabric/textlayoutmanager/BUCK | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/ReactCommon/fabric/core/BUCK b/ReactCommon/fabric/core/BUCK index 6e22c107d..f896d7e58 100644 --- a/ReactCommon/fabric/core/BUCK +++ b/ReactCommon/fabric/core/BUCK @@ -68,7 +68,7 @@ fb_xplat_cxx_test( "-Wall", ], contacts = ["oncall+react_native@xmail.facebook.com"], - platforms = (ANDROID,APPLE), + platforms = (ANDROID, APPLE), deps = [ "xplat//folly:molly", "xplat//third-party/gmock:gtest", diff --git a/ReactCommon/fabric/events/BUCK b/ReactCommon/fabric/events/BUCK index 1804100d0..f666259af 100644 --- a/ReactCommon/fabric/events/BUCK +++ b/ReactCommon/fabric/events/BUCK @@ -71,7 +71,7 @@ fb_xplat_cxx_test( "-Wall", ], contacts = ["oncall+react_native@xmail.facebook.com"], - platforms = (ANDROID,APPLE), + platforms = (ANDROID, APPLE), deps = [ "xplat//folly:molly", "xplat//third-party/gmock:gtest", diff --git a/ReactCommon/fabric/graphics/BUCK b/ReactCommon/fabric/graphics/BUCK index c8ad013a5..2bbfff443 100644 --- a/ReactCommon/fabric/graphics/BUCK +++ b/ReactCommon/fabric/graphics/BUCK @@ -104,7 +104,7 @@ fb_xplat_cxx_test( "-Wall", ], contacts = ["oncall+react_native@xmail.facebook.com"], - platforms = (ANDROID,APPLE), + platforms = (ANDROID, APPLE), deps = [ "xplat//folly:molly", "xplat//third-party/gmock:gtest", diff --git a/ReactCommon/fabric/textlayoutmanager/BUCK b/ReactCommon/fabric/textlayoutmanager/BUCK index 331ea5f5a..dedeaaf68 100644 --- a/ReactCommon/fabric/textlayoutmanager/BUCK +++ b/ReactCommon/fabric/textlayoutmanager/BUCK @@ -6,8 +6,8 @@ load( "fb_xplat_cxx_test", "get_apple_compiler_flags", "get_apple_inspector_flags", - "react_native_xplat_target", "react_native_target", + "react_native_xplat_target", "rn_xplat_cxx_library", "subdir_glob", )