Skip to content

Commit 6c57178

Browse files
committed
proper spacing between lines
1 parent 0760e6f commit 6c57178

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

test/mpi/preconditioner/schwarz.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -415,7 +415,6 @@ TYPED_TEST(SchwarzPreconditioner, UnsortedMatrixSolverWithL1Smoother)
415415
gko::share(dist_mtx_type::create(this->exec, this->comm));
416416
dist_mat_unsorted->read_distributed(unsorted_data, this->row_part);
417417

418-
419418
auto sorted_data = unsorted_data;
420419
sorted_data.sort_row_major();
421420

0 commit comments

Comments
 (0)