summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Ostrovsky <david@ostrovsky.org>2018-11-05 08:12:06 +0100
committerDavid Pursehouse <dpursehouse@collab.net>2018-11-09 17:03:32 +0900
commit0fe68ab58cccfae23d113a22d3ce66296b7e9fae (patch)
tree7300293aa0c26c2853b33ae34dbb1a0e04df109d
parent2f5f49f0aae6c31e8cf58af3dbae07ca0f7dc59e (diff)
Bazel: Reformat BUILD file with buildifier 0.17.2v2.15.9v2.15.8v2.15.7v2.15.14v2.15.13v2.15.12v2.15.11v2.15.10
-rw-r--r--BUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/BUILD b/BUILD
index 7ba3d26..59f8856 100644
--- a/BUILD
+++ b/BUILD
@@ -1,5 +1,5 @@
load("//tools/bzl:junit.bzl", "junit_tests")
-load("//tools/bzl:plugin.bzl", "gerrit_plugin", "PLUGIN_DEPS", "PLUGIN_TEST_DEPS")
+load("//tools/bzl:plugin.bzl", "PLUGIN_DEPS", "PLUGIN_TEST_DEPS", "gerrit_plugin")
gerrit_plugin(
name = "replication",