code format
This commit is contained in:
@ -11,8 +11,5 @@ message WithOptional {
|
|||||||
|
|
||||||
message WithOneof {
|
message WithOneof {
|
||||||
string username = 1;
|
string username = 1;
|
||||||
oneof optional_userid {
|
oneof optional_userid { int64 userid = 2; }
|
||||||
int64 userid = 2;
|
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user