commit | 2bc5f95fe37b8bc7d4f2018283ea5add076da590 | [log] [tgz] |
---|---|---|
author | YJ <31581017+leafs99@users.noreply.github.com> | Fri Jun 10 04:27:39 2022 +0800 |
committer | GitHub <noreply@github.com> | Thu Jun 09 13:27:39 2022 -0700 |
tree | 42d9d44ac95d3744f6f1424c640b5b299aee2f44 | |
parent | 922f5024cb61745d782e1e89a8e94a00f6c52d93 [diff] [blame] |
add missing quotes (#10123)
diff --git a/BUILD.bazel b/BUILD.bazel index 96d973c..d8197ae 100644 --- a/BUILD.bazel +++ b/BUILD.bazel
@@ -22,7 +22,7 @@ # # java_proto_library( # name = "any_java_proto", -# deps = ["@com_google_protobuf//:any_proto], +# deps = ["@com_google_protobuf//:any_proto"], # ) ################################################################################