Remove trailing newlines from proto files
This commit is contained in:
parent
65e7e976f5
commit
ecf26bf6a3
|
|
@ -65,5 +65,3 @@ message BlobHeader {
|
|||
optional bytes indexdata = 2;
|
||||
required int32 datasize = 3;
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -260,4 +260,3 @@ message Relation {
|
|||
repeated sint64 memids = 9 [packed = true]; // DELTA encoded
|
||||
repeated MemberType types = 10 [packed = true];
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue