Merge pull request #83 from codesoap/master

Remove trailing newlines from proto files
This commit is contained in:
Jochen Topf 2024-09-29 10:15:27 +02:00 committed by GitHub
commit 7050448620
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 0 additions and 3 deletions

View File

@ -65,5 +65,3 @@ message BlobHeader {
optional bytes indexdata = 2;
required int32 datasize = 3;
}

View File

@ -260,4 +260,3 @@ message Relation {
repeated sint64 memids = 9 [packed = true]; // DELTA encoded
repeated MemberType types = 10 [packed = true];
}