Skip to content

Commit

Permalink
Fix merge conflict by adding optional label to proto2 unittest_lite.p…
Browse files Browse the repository at this point in the history
…roto
  • Loading branch information
zhangskz committed Sep 18, 2024
1 parent 4728531 commit f000b7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/google/protobuf/unittest_lite.proto
Original file line number Diff line number Diff line change
Expand Up @@ -508,5 +508,5 @@ message RecursiveMessage {
}

message RecursiveGroup {
RecursiveGroup recurse = 1 [features.message_encoding = DELIMITED];
optional RecursiveGroup recurse = 1 [features.message_encoding = DELIMITED];
}

0 comments on commit f000b7e

Please sign in to comment.