Skip to content
This repository has been archived by the owner on Jun 28, 2022. It is now read-only.

Commit

Permalink
Fix syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
vchudnov-g committed Oct 9, 2019
1 parent 919fed1 commit adf6359
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -91,10 +91,10 @@ message SampleSpecProto {
// configuration. The elements can be any of "standalone" and
// "incode/XXX", where XXX is an arbitrary run of alphanumeric
// characters (these are used to lexicographically sort multiple
// in-code samples for the same RPC before including them in the
// in-code samples for the same RPC when including them in the
// library source code). If not specified or empty, defaults to
// ["standalone"]
repeated string sample_type = 10
repeated string sample_type = 10;
}

message RequestFieldProto {
Expand Down

0 comments on commit adf6359

Please sign in to comment.