Merge branch 'stable-2.14' into stable-2.15

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

Change-Id: Iad3c273e54764b274dbb6b0fc7b607ecd8d377b0
diff --git a/tools/eclipse/BUILD b/tools/eclipse/BUILD
index a06bb85..77a865e 100644
--- a/tools/eclipse/BUILD
+++ b/tools/eclipse/BUILD
@@ -1,8 +1,8 @@
+load("//tools/bzl:classpath.bzl", "classpath_collector")
 load(
     "//tools/bzl:plugin.bzl",
     "GWT_PLUGIN_DEPS",
 )
-load("//tools/bzl:classpath.bzl", "classpath_collector")
 
 classpath_collector(
     name = "main_classpath_collect",