Skip to content

Commit 61efe7c

Browse files
authored
Merge pull request #112 from tl0gic/objc_fixes
Use pascal file style for objc protos
2 parents 3abbffe + b8ad4ad commit 61efe7c

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)