diff options
| author | Jeff Carr <[email protected]> | 2025-03-28 10:18:58 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-03-28 10:18:58 -0500 |
| commit | de7d698e194c69df2a884a62fe606d28b1ff7b71 (patch) | |
| tree | 381c2097c8efccd08ba0264d5c654a6790430540 /file.proto | |
| parent | 11ccc557feda86273dc67779a1a2b45723ada3e4 (diff) | |
runs again, still doing the padding wrong
Diffstat (limited to 'file.proto')
| -rw-r--r-- | file.proto | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -65,6 +65,7 @@ message FormatMsg { MESSAGE = 0; ENUM = 1; ONEOF = 2; + VAR = 3; } int64 depth = 1; // used to indent output @@ -75,7 +76,7 @@ message FormatMsg { repeated FormatMsg msgs = 6; // locally defined messages and enums repeated string lines = 7; // the variables string footer = 8; // the '}' line - Type type = 9; + Type type = 9; // yep. type. yep. that's what this is for } message Find { |
