add missing quotes (#10123)

This commit is contained in:
YJ 2022-06-10 04:27:39 +08:00 committed by GitHub
parent 922f5024cb
commit 2bc5f95fe3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -22,7 +22,7 @@ exports_files(["LICENSE"])
#
# java_proto_library(
# name = "any_java_proto",
# deps = ["@com_google_protobuf//:any_proto],
# deps = ["@com_google_protobuf//:any_proto"],
# )
################################################################################