Format BUILD file with buildifier
Change-Id: I7276a468b61f80833833fdad0bb2437148ac270d
diff --git a/BUILD b/BUILD
index 40439d7..59f0ba7 100644
--- a/BUILD
+++ b/BUILD
@@ -9,7 +9,6 @@
gerrit_plugin(
name = "its-bugzilla",
srcs = glob(["src/main/java/**/*.java"]),
- resources = glob(["src/main/resources/**/*"]),
manifest_entries = [
"Gerrit-PluginName: its-bugzilla",
"Gerrit-Module: com.googlesource.gerrit.plugins.its.bugzilla.BugzillaModule",
@@ -18,6 +17,7 @@
"Implementation-Title: Bugzilla ITS Plugin",
"Implementation-URL: https://www.wikimediafoundation.org",
],
+ resources = glob(["src/main/resources/**/*"]),
deps = [
"//plugins/its-base",
"@j2bugzilla//jar",