Skip to content

Commit

Permalink
[SYSTEMDS-3729] delete blank lines
Browse files Browse the repository at this point in the history
  • Loading branch information
min-guk committed Sep 19, 2024
1 parent 2b2b74d commit 023c591
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -104,8 +104,6 @@ public static Collection<Object[]> data() {
@Test
public void test() {
try {


IndexFunction op = new RollIndex(shift);
MatrixBlock outputDense = inputDense.reorgOperations(
new ReorgOperator(op), new MatrixBlock(), 0, 0, 0);
Expand Down

0 comments on commit 023c591

Please sign in to comment.