Automatically format BUILD file with buildifier lint mode

Use the -lint=fix option to automatically format the BUILD file.

buildifier version: 0.20.0
buildifier scm revision: db073457c5a56d810e46efc18bb93a4fd7aa7b5e

The .bzl files are omitted from formatting because the lint mode
removes declarations that are not used in the file itself, but are
referenced from other BUILD files.

Change-Id: Ied1deeabe0a310d16d12a5fe755b34e421dae2a3
diff --git a/BUILD b/BUILD
index 416a3b6..3e27567 100644
--- a/BUILD
+++ b/BUILD
@@ -1,10 +1,10 @@
+load("//tools/bzl:junit.bzl", "junit_tests")
 load(
     "//tools/bzl:plugin.bzl",
     "PLUGIN_DEPS",
     "PLUGIN_TEST_DEPS",
     "gerrit_plugin",
 )
-load("//tools/bzl:junit.bzl", "junit_tests")
 
 gerrit_plugin(
     name = "readonly",
diff --git a/tools/eclipse/BUILD b/tools/eclipse/BUILD
index e9b0ad2..59793e5 100644
--- a/tools/eclipse/BUILD
+++ b/tools/eclipse/BUILD
@@ -1,4 +1,3 @@
-load("//tools/bzl:plugin.bzl", "PLUGIN_DEPS")
 load("//tools/bzl:classpath.bzl", "classpath_collector")
 
 classpath_collector(