Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Oreilles committed Aug 13, 2023
1 parent a119b4e commit 06e2a61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion geozero/src/geojson/geojson_writer.rs
Original file line number Diff line number Diff line change
Expand Up @@ -236,8 +236,8 @@ impl<W: Write> PropertyProcessor for GeoJsonWriter<'_, W> {
mod test {
use super::*;
use crate::geojson::read_geojson;
use crate::ToJson;
use crate::wkt::WktStr;
use crate::ToJson;

#[test]
fn geometries() -> Result<()> {
Expand Down

0 comments on commit 06e2a61

Please sign in to comment.