Format BUILD file with buildifier
Change-Id: Ic7aada4f6ca0f1fc92d2260aea11457296b730de
diff --git a/BUILD b/BUILD
index 30ff94c..6adb380 100644
--- a/BUILD
+++ b/BUILD
@@ -3,11 +3,11 @@
gerrit_plugin(
name = "imagare",
srcs = glob(["src/main/java/**/*.java"]),
- resources = glob(["src/main/**/*"]),
gwt_module = "com.googlesource.gerrit.plugins.imagare.Imagare",
manifest_entries = [
"Gerrit-PluginName: imagare",
"Gerrit-Module: com.googlesource.gerrit.plugins.imagare.Module",
"Gerrit-HttpModule: com.googlesource.gerrit.plugins.imagare.HttpModule",
- ]
+ ],
+ resources = glob(["src/main/**/*"]),
)