Skip to content

Commit 2bc5f95

Browse files
authored
add missing quotes (#10123)
1 parent 922f502 commit 2bc5f95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

BUILD.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ exports_files(["LICENSE"])
2222
#
2323
# java_proto_library(
2424
# name = "any_java_proto",
25-
# deps = ["@com_google_protobuf//:any_proto],
25+
# deps = ["@com_google_protobuf//:any_proto"],
2626
# )
2727
################################################################################
2828

0 commit comments

Comments
 (0)