Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
podusowski committed Jul 14, 2023
1 parent e5d12b6 commit 9f0b19e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ mod tiles;
mod tokio;
mod zoom;

pub use map::{Map, Center, MapMemory};
pub use map::{Center, Map, MapMemory};
pub use mercator::{screen_to_position, Position, PositionExt};
pub use zoom::Zoom;
pub use {tiles::openstreetmap, tiles::Tiles};

0 comments on commit 9f0b19e

Please sign in to comment.