Skip to content

Commit

Permalink
fixed cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
jsmith628 committed Mar 29, 2022
1 parent baa320d commit 96e2d1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/geometry/rotation.rs
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,10 @@ fn quaternion_euler_angles_issue_494() {

#[cfg(feature = "proptest-support")]
mod proptest_tests {
use approx::AbsDiffEq;
use na::{self, Rotation2, Rotation3, Unit};
use na::{UnitComplex, UnitQuaternion};
use simba::scalar::RealField;
use approx::AbsDiffEq;
use std::f64;

use crate::proptest::*;
Expand Down

0 comments on commit 96e2d1f

Please sign in to comment.