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 5b770f5..2cc9da5 100644 --- a/tools/eclipse/BUILD +++ b/tools/eclipse/BUILD
@@ -1,5 +1,5 @@ -load("//tools/bzl:plugin.bzl", "PLUGIN_DEPS") load("//tools/bzl:classpath.bzl", "classpath_collector") +load("//tools/bzl:plugin.bzl", "PLUGIN_DEPS") classpath_collector( name = "main_classpath_collect",