Skip to content

Commit b8ad4ad

Browse files
committed
Use pascal file style for objc protos
1 parent 3abbffe commit b8ad4ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

objc/BUILD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ proto_language(
1010
],
1111
grpc_plugin = "//external:protoc_gen_grpc_objc",
1212
grpc_plugin_name = "grpc_objc",
13-
output_file_style = "capitalize",
13+
output_file_style = "pascal",
1414
pb_file_extensions = [
1515
".pbobjc.h",
1616
".pbobjc.m",

0 commit comments

Comments
 (0)