Run buildifier over BUCK and TARGETS files

Reviewed By: scottrice

Differential Revision: D8163151

fbshipit-source-id: 700a77c09c6ab1bef8fd24a2a3133a4b50e3b3a3
This commit is contained in:
Andres Suarez
2018-05-25 11:09:49 -07:00
committed by Facebook Github Bot
parent f9df990177
commit eb7cb11ffd
3 changed files with 3 additions and 3 deletions

View File

@@ -12,8 +12,8 @@ yoga_prebuilt_jar(
yoga_java_library(
name = "infer-annotations",
visibility = YOGA_ROOTS,
exported_deps = [
":infer-annotations-jar",
],
visibility = YOGA_ROOTS,
)

View File

@@ -12,8 +12,8 @@ yoga_prebuilt_jar(
yoga_java_library(
name = "jsr-305",
visibility = YOGA_ROOTS,
exported_deps = [
":jsr305-jar",
],
visibility = YOGA_ROOTS,
)

View File

@@ -12,8 +12,8 @@ yoga_prebuilt_jar(
yoga_java_library(
name = "junit",
visibility = YOGA_ROOTS,
exported_deps = [
":junit-jar",
],
visibility = YOGA_ROOTS,
)