Skip to content

Commit 37ead45

Browse files
committed
cargo-fmt
1 parent 59c1a45 commit 37ead45

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ndarray-linalg/tests/solve.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
use ndarray::prelude::*;
22
use ndarray_linalg::{
3-
assert_aclose, assert_close_l2, c32, c64, random_using, random_hpd_using, solve::*, OperationNorm, Scalar,
3+
assert_aclose, assert_close_l2, c32, c64, random_hpd_using, random_using, solve::*,
4+
OperationNorm, Scalar,
45
};
56

67
macro_rules! test_solve {

0 commit comments

Comments
 (0)