Skip to content

Commit

Permalink
Fix fmt-check issues
Browse files Browse the repository at this point in the history
  • Loading branch information
Drabble committed May 12, 2022
1 parent 7b0ebfd commit 23863b2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion maplibre/src/coords.rs
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ impl fmt::Debug for Quadkey {
}
}

/// `Zoom` is an exponential scale that defines of the camera and tiles.
/// `Zoom` is an exponential scale that defines the zoom of the camera on the map.
/// We can derive the `ZoomLevel` from `Zoom` by using the `[crate::coords::ZOOM_BOUNDS]`.
#[derive(Copy, Clone, Debug)]
pub struct Zoom(f64);
Expand Down
1 change: 0 additions & 1 deletion maplibre/src/io/shared_thread_state.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

//! Shared thread state.
use crate::coords::{WorldCoords, WorldTileCoords, Zoom};
Expand Down

0 comments on commit 23863b2

Please sign in to comment.