Format WORKSPACE and BUILD files with buildifier

Change-Id: I0c0874126af9bfb52a1cb093a451279a85542e24
diff --git a/BUILD b/BUILD
index 298e4a0..749cce2 100644
--- a/BUILD
+++ b/BUILD
@@ -24,8 +24,8 @@
     srcs = glob(["src/test/java/**/*.java"]),
     resources = glob(["src/test/resources/**/*"]),
     tags = [
-        "webhooks",
         "local",
+        "webhooks",
     ],
     deps = PLUGIN_DEPS + PLUGIN_TEST_DEPS + [
         ":webhooks__plugin_test_deps",
diff --git a/WORKSPACE b/WORKSPACE
index fc22763..bdd00e1 100644
--- a/WORKSPACE
+++ b/WORKSPACE
@@ -1,4 +1,5 @@
 workspace(name = "webhooks")
+
 load("//:bazlets.bzl", "load_bazlets")
 
 load_bazlets(
@@ -16,8 +17,8 @@
 
 # Release Plugin API
 load(
-   "@com_googlesource_gerrit_bazlets//:gerrit_api.bzl",
-   "gerrit_api",
+    "@com_googlesource_gerrit_bazlets//:gerrit_api.bzl",
+    "gerrit_api",
 )
 
 # Load release Plugin API