Skip to content

Commit bcfc20c

Browse files
committed
Fix duplicate import
1 parent 711ac67 commit bcfc20c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/core/reshape.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
use na::{
2-
Const, DMatrix, DMatrixView, DMatrixViewMut, Dyn, Dyn, Matrix, MatrixView, MatrixViewMut,
3-
SMatrix, SMatrixView, SMatrixViewMut, VecStorage, U3, U4,
2+
Const, DMatrix, DMatrixView, DMatrixViewMut, Dyn, Matrix, MatrixView, MatrixViewMut, SMatrix,
3+
SMatrixView, SMatrixViewMut, VecStorage, U3, U4,
44
};
55
use nalgebra_macros::matrix;
66
use simba::scalar::SupersetOf;

0 commit comments

Comments
 (0)