Skip to content

Commit 697768e

Browse files
committed
add space
1 parent 2587617 commit 697768e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tools/proto-convert/src/config/protobuf-schema-template/model.mustache

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@ import "{{{import}}}.proto";
4949
{{/isEnum}}
5050

5151
{{/vendorExtensions.x-oneof-property}}
52-
5352
{{/vars}}
5453
{{#vendorExtensions.x-oneof-schema}}
5554
oneof {{classVarName}} {
@@ -60,6 +59,7 @@ import "{{{import}}}.proto";
6059
{{/description}}
6160
{{#vendorExtensions.x-protobuf-type}}{{{.}}} {{/vendorExtensions.x-protobuf-type}}{{{vendorExtensions.x-protobuf-data-type}}} {{{name}}} = {{vendorExtensions.x-protobuf-index}}{{#vendorExtensions.x-protobuf-packed}} [packed=true]{{/vendorExtensions.x-protobuf-packed}}{{#vendorExtensions.x-protobuf-json-name}} [json_name="{{vendorExtensions.x-protobuf-json-name}}"]{{/vendorExtensions.x-protobuf-json-name}};
6261
{{/vendorExtensions.x-oneof-property}}
62+
6363
{{/vars}}
6464
}
6565
{{/vendorExtensions.x-oneof-schema}}

0 commit comments

Comments
 (0)