Run `buildifier` to format BUILD.bazel

Change-Id: Ib4a69c674ea0047db9d3d7f556152af56a6a6964
Reviewed-on: https://boringssl-review.googlesource.com/c/boringssl/+/87428
Reviewed-by: David Benjamin <davidben@google.com>
Commit-Queue: David Benjamin <davidben@google.com>
Auto-Submit: Lily Chen <chlily@google.com>
diff --git a/BUILD.bazel b/BUILD.bazel
index 897d01e..bfe3137 100644
--- a/BUILD.bazel
+++ b/BUILD.bazel
@@ -89,12 +89,12 @@
     srcs = ssl_sources,
     hdrs = ssl_headers,
     copts = ["-DBORINGSSL_IMPLEMENTATION"],
+    # ssl_sources also depend on :crypto's internal headers.
+    implementation_deps = [":crypto_internal"],
     internal_hdrs = ssl_internal_headers,
     visibility = ["//visibility:public"],
     # ssl_headers depend on :crypto's exported headers.
     deps = [":crypto"],
-    # ssl_sources also depend on :crypto's internal headers.
-    implementation_deps = [":crypto_internal"],
 )
 
 bssl_cc_library(