[BAEL-2996] Fixed formatting
This commit is contained in:
@@ -15,7 +15,8 @@ class Basic2DMatrixUnitTest {
|
|||||||
new double[]{1d, 5d},
|
new double[]{1d, 5d},
|
||||||
new double[]{2d, 3d},
|
new double[]{2d, 3d},
|
||||||
new double[]{1d, 7d}
|
new double[]{1d, 7d}
|
||||||
});
|
}
|
||||||
|
);
|
||||||
|
|
||||||
Matrix secondMatrix = new Basic2DMatrix(
|
Matrix secondMatrix = new Basic2DMatrix(
|
||||||
new double[][]{
|
new double[][]{
|
||||||
|
|||||||
Reference in New Issue
Block a user