Skip to content

Commit

Permalink
cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
ripytide committed Dec 27, 2023
1 parent bdd2aef commit 91578a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils.rs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ along with discrete_range_map. If not, see <https://www.gnu.org/licenses/>.

use core::cmp::Ordering;

use crate::{InclusiveInterval, PointType, RangeType, InclusiveRange};
use crate::{InclusiveInterval, InclusiveRange, PointType, RangeType};

pub(crate) fn cmp_point_with_range<I, K>(point: I, range: K) -> Ordering
where
Expand Down

0 comments on commit 91578a9

Please sign in to comment.