Skip to content

Commit

Permalink
Format
Browse files Browse the repository at this point in the history
  • Loading branch information
ianthetechie committed Sep 11, 2024
1 parent 50832c2 commit e854712
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion common/ferrostar/src/algorithms.rs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,10 @@ use crate::{
models::{GeographicCoordinate, RouteStep, UserLocation},
navigation_controller::models::TripProgress,
};
use geo::{Closest, ClosestPoint, Coord, EuclideanDistance, GeodesicBearing, HaversineDistance, HaversineLength, LineLocatePoint, LineString, Point};
use geo::{
Closest, ClosestPoint, Coord, EuclideanDistance, GeodesicBearing, HaversineDistance,
HaversineLength, LineLocatePoint, LineString, Point,
};

#[cfg(test)]
use {
Expand Down

0 comments on commit e854712

Please sign in to comment.