Skip to content

Commit

Permalink
cargo-fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
termoshtt committed Sep 16, 2022
1 parent 59c1a45 commit 37ead45
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ndarray-linalg/tests/solve.rs
@@ -1,6 +1,7 @@
use ndarray::prelude::*;
use ndarray_linalg::{
assert_aclose, assert_close_l2, c32, c64, random_using, random_hpd_using, solve::*, OperationNorm, Scalar,
assert_aclose, assert_close_l2, c32, c64, random_hpd_using, random_using, solve::*,
OperationNorm, Scalar,
};

macro_rules! test_solve {
Expand Down

0 comments on commit 37ead45

Please sign in to comment.