Skip to content

Commit f2e0827

Browse files
committed
proper spacing between lines
1 parent da4b9a8 commit f2e0827

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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)