Skip to content

Commit

Permalink
chore: add trailing newlines to sample JSON and KML files
Browse files Browse the repository at this point in the history
  • Loading branch information
paulschreiber committed Mar 19, 2024
1 parent 5fd7635 commit bd439b8
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -159,4 +159,4 @@
}
}
]
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -1205,4 +1205,4 @@
}
}
]
}
}
2 changes: 1 addition & 1 deletion terraso_backend/tests/resources/gis/kml_sample_3.kml
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,4 @@
</Polygon>
</Placemark>
</Document>
</kml>
</kml>
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,4 @@
}
}
]
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -159,4 +159,4 @@
}
}
]
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"id":"0",
"type":"Feature",
"properties":{

},
"geometry":{
"type":"Point",
Expand All @@ -22,4 +22,4 @@
"name":"urn:ogc:def:crs:OGC::CRS84"
}
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"id":"0",
"type":"Feature",
"properties":{

},
"geometry":{
"type":"Point",
Expand All @@ -22,4 +22,4 @@
"name":"urn:ogc:def:crs:OGC::CRS84"
}
}
}
}

0 comments on commit bd439b8

Please sign in to comment.