*: run buildifier

Change-Id: I4da53918e23ab5bb878ad47cfbfcf416e7b1660b
Reviewed-on: https://gerrit.hackerspace.pl/c/hscloud/+/1848
Reviewed-by: palid <palid@hackerspace.pl>
diff --git a/WORKSPACE b/WORKSPACE
index bc039ce..df0b269 100644
--- a/WORKSPACE
+++ b/WORKSPACE
@@ -154,7 +154,6 @@
 )
 
 load("@io_bazel_rules_docker//toolchains/docker:toolchain.bzl", docker_toolchain_configure = "toolchain_configure")
-
 load(
     "@io_bazel_rules_docker//repositories:repositories.bzl",
     container_repositories = "repositories",
@@ -178,10 +177,9 @@
     digest = "sha256:cfa3b79333c4e56fc675b6800445b6dcbb3e6cd4d52f2a9ade944ab73dadc6a1",
     registry = "index.docker.io",
     repository = "python",
-    tag = "3.10-bullseye",   # use the same version as in python_register_toolchains
+    tag = "3.10-bullseye",  # use the same version as in python_register_toolchains
 )
 
-
 container_pull(
     name = "prodimage-bionic",
     digest = "sha256:1cd1f84169b8e1414a5d511b42909f2d540831c67b6799ae9af8cd6a80d75b5f",
@@ -223,10 +221,11 @@
 
 # Force newer version of Gerrit plugin API.
 load("@com_googlesource_gerrit_bazlets//:gerrit_api.bzl", "gerrit_api")
+
 gerrit_api(
-    version = "3.7.5",
-    plugin_api_sha1 = "1ea41f95da74045c2cdb30d359041a79b61e72ff",
     acceptance_framework_sha1 = "aa51456eda49f928217de4bd46e4af8fbea8c4f1",
+    plugin_api_sha1 = "1ea41f95da74045c2cdb30d359041a79b61e72ff",
+    version = "3.7.5",
 )
 
 load("//devtools/gerrit/gerrit-oauth-provider:external_plugin_deps.bzl", gerrit_oauth_deps = "external_plugin_deps")
@@ -238,12 +237,12 @@
 git_repository(
     name = "com_googlesource_gerrit_plugin_owners",
     commit = "6db2d3f048f56fa49469d315b716787d21f8393f",
-    remote = "https://gerrit.googlesource.com/plugins/owners/",
-    shallow_since = "1593642470 +0200",
     patch_args = ["-p1"],
     patches = [
         "//third_party:gerrit_plugins_owner.patch",
     ],
+    remote = "https://gerrit.googlesource.com/plugins/owners/",
+    shallow_since = "1593642470 +0200",
 )
 
 load("@com_googlesource_gerrit_plugin_owners//:external_plugin_deps_standalone.bzl", gerrit_owners_deps = "external_plugin_deps_standalone")
@@ -296,6 +295,7 @@
 
 # viz.js 2.x used by //dc/topo
 load("//third_party:vizjs.bzl", "vizjs_repositories")
+
 vizjs_repositories()
 
 # buildifier and friends