feat(deps): add ada - whatwg-compliant and fast url parser #1231
buildifier.yml
on: pull_request
Auto-format and Check
4s
Annotations
2 errors
Auto-format and Check:
build/openresty/ada/BUILD.bazel#L1
Please run buildifier.
diff --git a/build/openresty/ada/BUILD.bazel b/build/openresty/ada/BUILD.bazel
index 7be0b40..9a15796 100644
--- a/build/openresty/ada/BUILD.bazel
+++ b/build/openresty/ada/BUILD.bazel
@@ -13,6 +13,6 @@ cc_library(
cc_shared_library(
name = "ada",
- deps = [":ada-lib"],
visibility = ["//visibility:public"],
+ deps = [":ada-lib"],
)
|
Auto-format and Check
Process completed with exit code 1.
|