fix warning

This commit is contained in:
Norbert Nemec 2019-09-01 20:45:28 +02:00
parent 935f389983
commit baa50d8b86

View file

@ -281,7 +281,7 @@ pub mod matrix3 {
}
#[test]
fn test_determinant() {;
fn test_determinant() {
assert_eq!(A.determinant(), 0.0f64);
}