Format build files with buildifier

Change-Id: I843a265fbaead49b88442de8c420f3de28d49d2c
diff --git a/BUILD b/BUILD
index 7b92317..3d84d55 100644
--- a/BUILD
+++ b/BUILD
@@ -34,8 +34,8 @@
 
 java_library(
     name = "high-availability__plugin_test_deps",
-    visibility = ["//visibility:public"],
     testonly = 1,
+    visibility = ["//visibility:public"],
     exports = PLUGIN_DEPS + PLUGIN_TEST_DEPS + [
         ":high-availability__plugin",
         "@byte-buddy//jar",
diff --git a/WORKSPACE b/WORKSPACE
index cfdf0bd..9cab365 100644
--- a/WORKSPACE
+++ b/WORKSPACE
@@ -1,4 +1,5 @@
 workspace(name = "high_availability")
+
 load("//:bazlets.bzl", "load_bazlets")
 
 load_bazlets(
@@ -17,12 +18,13 @@
 
 # Release Plugin API
 load(
-   "@com_googlesource_gerrit_bazlets//:gerrit_api.bzl",
-   "gerrit_api",
+    "@com_googlesource_gerrit_bazlets//:gerrit_api.bzl",
+    "gerrit_api",
 )
 
 # Load release Plugin API
 gerrit_api()
 
 load("//:external_plugin_deps.bzl", "external_plugin_deps")
+
 external_plugin_deps()
diff --git a/tools/eclipse/BUILD b/tools/eclipse/BUILD
index fa4ea16..14715e7 100644
--- a/tools/eclipse/BUILD
+++ b/tools/eclipse/BUILD
@@ -4,7 +4,7 @@
     name = "classpath",
     testonly = 1,
     runtime_deps = [
-        "//:high-availability__plugin_test_deps"
+        "//:high-availability__plugin_test_deps",
     ],
 )
 
@@ -12,6 +12,6 @@
     name = "main_classpath_collect",
     testonly = 1,
     deps = [
-        "//:high-availability__plugin_test_deps"
+        "//:high-availability__plugin_test_deps",
     ],
 )