new autogenpb autoformat

This commit is contained in:
Jeff Carr 2025-03-26 23:36:20 -05:00
parent 4b6ec6443e
commit d27ad541f1
1 changed files with 3 additions and 3 deletions

View File

@ -38,9 +38,9 @@ message ForgeConfig { // `autogenpb:nom
// todo: fix autogenpb to look for enum
enum ForgeMode {
MASTER = 0; // "release mode"
DEVEL = 1; // "patch mode"
USER = 2; // "work mode"
MASTER = 0; // "release mode"
DEVEL = 1; // "patch mode"
USER = 2; // "work mode"
}
message ForgeConfigs { // `autogenpb:marshal` `autogenpb:nomutex`