Skip to content

Commit a5808fb

Browse files
committed
Fix syntax errors
1 parent e1048db commit a5808fb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: spec.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -398,7 +398,7 @@ service Controller {
398398
}
399399
400400
rpc DeleteVolumeGroup(DeleteVolumeGroupRequest)
401-
returns (DeleteVolumeGroupResponse) }
401+
returns (DeleteVolumeGroupResponse) {
402402
option (alpha_method) = true;
403403
}
404404
@@ -1848,7 +1848,7 @@ message ModifyVolumeGroupRequest {
18481848
// If no volume_ids are provided, all existing volumes will
18491849
// be removed from the group.
18501850
// This field is OPTIONAL.
1851-
repeated string volume_ids = 3;
1851+
repeated string volume_ids = 2;
18521852
}
18531853
18541854
message ModifyVolumeGroupResponse {

0 commit comments

Comments
 (0)