Skip to content

Commit

Permalink
fix proto yaml tag
Browse files Browse the repository at this point in the history
  • Loading branch information
Zetazzz committed Oct 23, 2024
1 parent 1cb5ea3 commit a2280a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion __fixtures__/misc/proto/misc/eval_request.proto
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ message EvalRequest {

// deprecated option
string deprecated = 17 [(gogoproto.moretags) = "yaml:\"deprecated\",deprecated:\"true\""];
string false_deprecated = 18 [(gogoproto.moretags) = "yaml:\"deprecated\",deprecated:\"false\""];
string false_deprecated = 18 [(gogoproto.moretags) = "yaml:\"false_deprecated\",deprecated:\"false\""];
}

message AccessConfig {
Expand Down

0 comments on commit a2280a4

Please sign in to comment.