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