Reformat build file using buildifier

Change-Id: I1a31bd7c4b178025bebfeca0008b4d9e22c06caa
diff --git a/BUILD b/BUILD
index f00a805..6b8bfbe 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 = "websession-flatfile",
     srcs = glob(["src/main/java/**/*.java"]),
-    resources = glob(["src/main/resources/**/*"]),
     manifest_entries = [
         "Gerrit-PluginName: websession-flatfile",
         "Gerrit-Module: com.googlesource.gerrit.plugins.websession.flatfile.Module",
@@ -17,6 +16,7 @@
         "Implementation-Title: Flat file WebSession",
         "Implementation-URL: https://gerrit-review.googlesource.com/#/admin/projects/plugins/websession-flatfile",
     ],
+    resources = glob(["src/main/resources/**/*"]),
 )
 
 junit_tests(