Skip to content

Commit

Permalink
Format code
Browse files Browse the repository at this point in the history
  • Loading branch information
kylerchin committed Jun 4, 2024
1 parent 13d6213 commit d38960b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions galileo-mvt/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@ use crate::error::GalileoMvtError;
use bytes::Buf;
use galileo_types::cartesian::{CartesianClosedContour, CartesianPoint2d, Winding};
use galileo_types::impls::{ClosedContour, Contour, Polygon};
use geozero::mvt::tile;
use geozero::mvt::tile::GeomType;
use geozero::mvt::Message as GeozeroMessage;
use geozero::mvt::Tile;
use nalgebra::Point2;
use prost::Message;
use serde::{Deserialize, Serialize};
use std::collections::HashMap;
use std::fmt::{Display, Formatter};
use geozero::mvt::Tile;
use geozero::mvt::tile;
use geozero::mvt::tile::GeomType;
use geozero::mvt::Message as GeozeroMessage;

pub mod error;

Expand Down

0 comments on commit d38960b

Please sign in to comment.