[BAEL-2996] Fixed formatting

This commit is contained in:
dupirefr 2019-06-16 15:58:56 +02:00
parent e885264b5f
commit 874f8d07c8
1 changed files with 2 additions and 1 deletions

View File

@ -15,7 +15,8 @@ class Basic2DMatrixUnitTest {
new double[]{1d, 5d},
new double[]{2d, 3d},
new double[]{1d, 7d}
});
}
);
Matrix secondMatrix = new Basic2DMatrix(
new double[][]{