From eb7cb11ffdc43da7e6fb660e8146c2f16bf95c2f Mon Sep 17 00:00:00 2001 From: Andres Suarez Date: Fri, 25 May 2018 11:09:49 -0700 Subject: [PATCH] Run buildifier over BUCK and TARGETS files Reviewed By: scottrice Differential Revision: D8163151 fbshipit-source-id: 700a77c09c6ab1bef8fd24a2a3133a4b50e3b3a3 --- lib/infer-annotations/BUCK | 2 +- lib/jsr-305/BUCK | 2 +- lib/junit/BUCK | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/infer-annotations/BUCK b/lib/infer-annotations/BUCK index b7e2a503..6c89bc6e 100644 --- a/lib/infer-annotations/BUCK +++ b/lib/infer-annotations/BUCK @@ -12,8 +12,8 @@ yoga_prebuilt_jar( yoga_java_library( name = "infer-annotations", + visibility = YOGA_ROOTS, exported_deps = [ ":infer-annotations-jar", ], - visibility = YOGA_ROOTS, ) diff --git a/lib/jsr-305/BUCK b/lib/jsr-305/BUCK index 716db462..34343c25 100644 --- a/lib/jsr-305/BUCK +++ b/lib/jsr-305/BUCK @@ -12,8 +12,8 @@ yoga_prebuilt_jar( yoga_java_library( name = "jsr-305", + visibility = YOGA_ROOTS, exported_deps = [ ":jsr305-jar", ], - visibility = YOGA_ROOTS, ) diff --git a/lib/junit/BUCK b/lib/junit/BUCK index e88f6ef0..0d187f70 100644 --- a/lib/junit/BUCK +++ b/lib/junit/BUCK @@ -12,8 +12,8 @@ yoga_prebuilt_jar( yoga_java_library( name = "junit", + visibility = YOGA_ROOTS, exported_deps = [ ":junit-jar", ], - visibility = YOGA_ROOTS, )