Skip to content

Commit 4fabce0

Browse files
author
admin
committed
fmt
1 parent c98e41a commit 4fabce0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/with_opencv_nalgebra.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -522,7 +522,8 @@ mod tests {
522522
rng.random_range(0.0..(f64::consts::PI * 2.0)),
523523
rng.random_range(0.0..(f64::consts::PI * 2.0)),
524524
);
525-
let translation = nalgebra::Translation3::new(rng.random(), rng.random(), rng.random());
525+
let translation =
526+
nalgebra::Translation3::new(rng.random(), rng.random(), rng.random());
526527
nalgebra::Isometry3::from_parts(translation, rotation)
527528
};
528529
let pose = OpenCvPose::<Mat>::try_from_cv(orig_isometry)?;

0 commit comments

Comments
 (0)