Skip to content

Commit

Permalink
fixup: proto compiling
Browse files Browse the repository at this point in the history
  • Loading branch information
eugeneo committed Aug 1, 2023
1 parent c20cca2 commit 1d93806
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/proto/grpc/testing/messages.proto
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ message LoadBalancerStatsResponse {
// note this is a list of maps: each element in the list
// is for an RPC and each map includes all requested
// metadata (key, value pair)
repeated map<string, string> metadata_values = 1;
map<string, string> metadata_values = 1;
}
message RpcsByPeer {
// The number of completed RPCs for each peer.
Expand Down

0 comments on commit 1d93806

Please sign in to comment.