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/tools/eclipse/BUILD b/tools/eclipse/BUILD
index 7d1663f..16d08fd 100644
--- a/tools/eclipse/BUILD
+++ b/tools/eclipse/BUILD
@@ -1,9 +1,9 @@
+load("//tools/bzl:classpath.bzl", "classpath_collector")
 load(
     "//tools/bzl:plugin.bzl",
     "GWT_PLUGIN_DEPS",
     "PLUGIN_DEPS",
 )
-load("//tools/bzl:classpath.bzl", "classpath_collector")
 
 classpath_collector(
     name = "main_classpath_collect",