Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
CAJan93 committed Jun 6, 2024
1 parent 45c7fc8 commit 46702d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion proto/meta.proto
Original file line number Diff line number Diff line change
Expand Up @@ -586,7 +586,7 @@ service ScaleService {
rpc GetClusterInfo(GetClusterInfoRequest) returns (GetClusterInfoResponse);
rpc Reschedule(RescheduleRequest) returns (RescheduleResponse);
rpc GetReschedulePlan(GetReschedulePlanRequest) returns (GetReschedulePlanResponse);
rpc ChangeMvNodeLabel(ChangeMvNodeLabelRequest) return (ChangeMvNodeLabelResponse);
rpc ChangeMvNodeLabel(ChangeMvNodeLabelRequest) returns (ChangeMvNodeLabelResponse);
}

message MembersRequest {}
Expand Down

0 comments on commit 46702d9

Please sign in to comment.