Formatting

This commit is contained in:
Andreas Longva 2021-05-05 10:04:47 +02:00
parent 6026a05433
commit 39b275fc92
1 changed files with 1 additions and 1 deletions

View File

@ -255,4 +255,4 @@ fn dvector_arbitrary_expressions() {
let a = dvector![1 + 2, 2 * 3, 4 * f(5 + 6), 7 - 8 * 9];
let a_expected = DVector::from_column_slice(&[1 + 2, 2 * 3, 4 * f(5 + 6), 7 - 8 * 9]);
assert_eq_and_type!(a, a_expected);
}
}