Run Buildifier on almost everything

PiperOrigin-RevId: 379365359
diff --git a/tools/runfiles/BUILD.tools b/tools/runfiles/BUILD.tools
index ec0f12a..3f0073a 100644
--- a/tools/runfiles/BUILD.tools
+++ b/tools/runfiles/BUILD.tools
@@ -1,6 +1,6 @@
 java_library(
     name = "java-runfiles",
-    exports = ["//tools/java/runfiles"],
-    visibility = ["//visibility:public"],
     deprecation = "Depend on @bazel_tools//tools/java/runfiles instead. This target will be deleted in Bazel 0.19.0",
+    visibility = ["//visibility:public"],
+    exports = ["//tools/java/runfiles"],
 )