Format BUILD file with buildifier

Change-Id: I61f28360d720b8d2f4caf45e3b38c1972621ebb0
diff --git a/BUILD b/BUILD
index cfd259d..3a69de5 100644
--- a/BUILD
+++ b/BUILD
@@ -9,13 +9,13 @@
 gerrit_plugin(
     name = "project-group-structure",
     srcs = glob(["src/main/java/**/*.java"]),
-    resources = glob(["src/main/resources/**/*"]),
     manifest_entries = [
         "Gerrit-PluginName: project-group-structure",
         "Gerrit-Module: com.ericsson.gerrit.plugins.projectgroupstructure.Module",
         "Implementation-Title: project-group-structure plugin",
         "Implementation-URL: https://gerrit-review.googlesource.com/#/admin/projects/plugins/project-group-structure",
     ],
+    resources = glob(["src/main/resources/**/*"]),
 )
 
 junit_tests(