mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-05-14 16:39:47 +08:00
Run buildifier over all BUCK files
Reviewed By: mzlee, dinhviethoa Differential Revision: D6439498 fbshipit-source-id: ec847595afdd79434e48652d237d2533bbd2cad2
This commit is contained in:
committed by
Facebook Github Bot
parent
240039c6f2
commit
d674d48a7b
@@ -4,7 +4,10 @@ rn_robolectric_test(
|
||||
name = "uimanager",
|
||||
# TODO Disabled temporarily until Yoga linking is fixed t14964130
|
||||
# srcs = glob(['**/*.java']),
|
||||
srcs = ["SimpleViewPropertyTest.java", "MatrixMathHelperTest.java"],
|
||||
srcs = [
|
||||
"MatrixMathHelperTest.java",
|
||||
"SimpleViewPropertyTest.java",
|
||||
],
|
||||
# Please change the contact to the oncall of your team
|
||||
contacts = ["oncall+fbandroid_sheriff@xmail.facebook.com"],
|
||||
visibility = [
|
||||
|
||||
Reference in New Issue
Block a user