fix proto

This commit is contained in:
sbriat 2023-02-07 14:15:28 +01:00
parent 5b63d8ba1a
commit c4ea88a275
1 changed files with 2 additions and 0 deletions

View File

@ -35,3 +35,5 @@ message Point {
float lon = 1;
float lat = 2;
}
message Empty {}