Format BUILD file with buildifier

Change-Id: I9f2ddcefc958485981438faa31dab6478cae4336
diff --git a/BUILD b/BUILD
index e2a3f62..cf78282 100644
--- a/BUILD
+++ b/BUILD
@@ -3,11 +3,11 @@
 gerrit_plugin(
     name = "force-draft",
     srcs = glob(["src/main/java/**/*.java"]),
-    resources = glob(["src/main/resources/**/*"]),
     manifest_entries = [
         "Gerrit-PluginName: force-draft",
         "Gerrit-SshModule: com.googlesource.gerrit.plugins.forcedraft.ForceDraftSshModule",
         "Implementation-Title: Force draft plugin",
         "Implementation-URL: https://gerrit-review.googlesource.com/#/admin/projects/plugins/force-draft",
     ],
+    resources = glob(["src/main/resources/**/*"]),
 )