Skip to content

Commit

Permalink
Cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
JmsPae committed Jan 11, 2025
1 parent 3d1940f commit 87303e9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/vector/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,8 @@ pub use feature::{
pub use gdal_sys::{OGRFieldType, OGRwkbGeometryType};
pub use geometry::{
geometry_type_flatten, geometry_type_has_m, geometry_type_has_z, geometry_type_set_m,
geometry_type_set_modifier, geometry_type_set_z, geometry_type_to_name, CoordinateLayout, Geometry, GeometryRef,
geometry_type_set_modifier, geometry_type_set_z, geometry_type_to_name, CoordinateLayout,
Geometry, GeometryRef,
};
pub use layer::{FieldDefn, Layer, LayerAccess, LayerCaps, LayerIterator, OwnedLayer};
pub use options::LayerOptions;
Expand Down

0 comments on commit 87303e9

Please sign in to comment.