code format

This commit is contained in:
guochao 2023-10-27 13:05:06 +08:00
parent bb69d4de70
commit 61cc2727ca
Signed by: guochao
GPG Key ID: 79F7306D2AA32FC3
3 changed files with 124 additions and 127 deletions

View File

@ -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;
} }
}