Skip to content

Commit

Permalink
Merge pull request #83 from codesoap/master
Browse files Browse the repository at this point in the history
Remove trailing newlines from proto files
  • Loading branch information
joto authored Sep 29, 2024
2 parents 65e7e97 + ecf26bf commit 7050448
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions osmpbf/fileformat.proto
Original file line number Diff line number Diff line change
Expand Up @@ -65,5 +65,3 @@ message BlobHeader {
optional bytes indexdata = 2;
required int32 datasize = 3;
}


1 change: 0 additions & 1 deletion osmpbf/osmformat.proto
Original file line number Diff line number Diff line change
Expand Up @@ -260,4 +260,3 @@ message Relation {
repeated sint64 memids = 9 [packed = true]; // DELTA encoded
repeated MemberType types = 10 [packed = true];
}

0 comments on commit 7050448

Please sign in to comment.