Format BUILD file with buildifer 0.12.0

Change-Id: Ie7eabbdf61fd0df6e474dc577b8daf9520f38f3b
diff --git a/BUILD b/BUILD
index a7d707a..832e515 100644
--- a/BUILD
+++ b/BUILD
@@ -1,15 +1,14 @@
 load("//tools/bzl:junit.bzl", "junit_tests")
 load(
     "//tools/bzl:plugin.bzl",
-    "gerrit_plugin",
     "PLUGIN_DEPS",
     "PLUGIN_TEST_DEPS",
+    "gerrit_plugin",
 )
 
 gerrit_plugin(
     name = "its-storyboard",
     srcs = glob(["src/main/java/**/*.java"]),
-    resources = glob(["src/main/**/*"]),
     manifest_entries = [
         "Gerrit-PluginName: its-storyboard",
         "Gerrit-Module: com.googlesource.gerrit.plugins.its.storyboard.StoryboardModule",
@@ -17,6 +16,7 @@
         "Implementation-Title: its-storyboard plugin",
         "Implementation-URL: https://gerrit.googlesource.com/plugins/its-storyboard",
     ],
+    resources = glob(["src/main/**/*"]),
     deps = [
         "//plugins/its-base",
     ],