Skip to content

Commit f000b7e

Browse files
committed
Fix merge conflict by adding optional label to proto2 unittest_lite.proto
1 parent 4728531 commit f000b7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/google/protobuf/unittest_lite.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -508,5 +508,5 @@ message RecursiveMessage {
508508
}
509509

510510
message RecursiveGroup {
511-
RecursiveGroup recurse = 1 [features.message_encoding = DELIMITED];
511+
optional RecursiveGroup recurse = 1 [features.message_encoding = DELIMITED];
512512
}

0 commit comments

Comments
 (0)