Skip to content

Commit 2b603fd

Browse files
luciangfacebook-github-bot
authored andcommitted
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
1 parent ae8ec39 commit 2b603fd

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

ReactCommon/fabric/core/BUCK

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ fb_xplat_cxx_test(
6868
"-Wall",
6969
],
7070
contacts = ["oncall+react_native@xmail.facebook.com"],
71-
platforms = (ANDROID,APPLE),
71+
platforms = (ANDROID, APPLE),
7272
deps = [
7373
"xplat//folly:molly",
7474
"xplat//third-party/gmock:gtest",

ReactCommon/fabric/events/BUCK

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ fb_xplat_cxx_test(
7171
"-Wall",
7272
],
7373
contacts = ["oncall+react_native@xmail.facebook.com"],
74-
platforms = (ANDROID,APPLE),
74+
platforms = (ANDROID, APPLE),
7575
deps = [
7676
"xplat//folly:molly",
7777
"xplat//third-party/gmock:gtest",

ReactCommon/fabric/graphics/BUCK

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ fb_xplat_cxx_test(
104104
"-Wall",
105105
],
106106
contacts = ["oncall+react_native@xmail.facebook.com"],
107-
platforms = (ANDROID,APPLE),
107+
platforms = (ANDROID, APPLE),
108108
deps = [
109109
"xplat//folly:molly",
110110
"xplat//third-party/gmock:gtest",

ReactCommon/fabric/textlayoutmanager/BUCK

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ load(
66
"fb_xplat_cxx_test",
77
"get_apple_compiler_flags",
88
"get_apple_inspector_flags",
9-
"react_native_xplat_target",
109
"react_native_target",
10+
"react_native_xplat_target",
1111
"rn_xplat_cxx_library",
1212
"subdir_glob",
1313
)

0 commit comments

Comments
 (0)