Merge branch 'stable-2.14' into stable-2.15

* stable-2.14:
  Automatically format BUILD file with buildifier lint mode

Change-Id: I81c66f2b7b4ea043f505fd039afcc7e5ff4dbdfe
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",