diff options
| author | Jeff Carr <[email protected]> | 2025-04-04 08:07:06 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-04-04 08:07:06 -0500 |
| commit | 198b217cfaabdf90444068804ede821ab1311df5 (patch) | |
| tree | fec9f10bed1dee1e521bb688169bf314deb3954d /file.proto | |
| parent | 167acab35422259f6c0bd80f92b5b425d6d7f583 (diff) | |
track empty message {}
Diffstat (limited to 'file.proto')
| -rw-r--r-- | file.proto | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -78,8 +78,8 @@ message FormatMsg { string footer = 8; // the '}' line Type type = 9; // yep. type. yep. that's what this is for bool padAfter = 10; + bool isEmpty = 11; // true when things like: message blah {} } - message Find { string parent = 1; // `autogenpb:unique` File string varType = 2; // `autogenpb:unique` MsgName |
