Run cargo fmt

This commit is contained in:
Sébastien Crozet 2021-11-21 21:21:22 +01:00
parent a35918b613
commit 8c2bdf51f2
1 changed files with 1 additions and 1 deletions

View File

@ -1,9 +1,9 @@
use approx::AbsDiffEq;
use num::{Bounded, Signed};
use core::cmp::PartialOrd;
use na::Scalar;
use simba::scalar::{ClosedAdd, ClosedMul, ClosedSub, RealField};
use core::cmp::PartialOrd;
/// A number that can either be an integer or a float.
pub trait Number: