format protobuf files (#10550)

Co-authored-by: Marko <marbar3778@yahoo.com>
This commit is contained in:
Callum Waters
2021-11-16 10:27:50 +01:00
committed by GitHub
co-authored by Marko
parent 70a3a90f68
commit 18eb33fba0
31 changed files with 214 additions and 253 deletions
+4 -4
View File
@@ -37,8 +37,8 @@ message BadMultiSignature {
}
message TableModel {
uint64 id = 1;
string name = 2;
uint64 number = 3;
bytes metadata = 4;
uint64 id = 1;
string name = 2;
uint64 number = 3;
bytes metadata = 4;
}