chore: format proto file (#254)

* chore: proto file format using buf

* generate go file
This commit is contained in:
fys
2025-07-16 11:25:57 +08:00
committed by GitHub
parent ceb1af4fa9
commit 855dff1b87
30 changed files with 432 additions and 354 deletions
+3 -1
View File
@@ -65,4 +65,6 @@ message KeyValue {
}
// Procedure identifier
message ProcedureId { bytes key = 1; }
message ProcedureId {
bytes key = 1;
}