Skip to content

Commit

Permalink
Formatting fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
nvdbaranec committed Jul 13, 2021
1 parent e70723d commit d8b542b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpp/tests/copying/slice_tests.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -536,4 +536,4 @@ TEST_F(SliceTableCornerCases, PreSlicedInputs)
cudf::table_view expected1({e1_a, e1_b, e1_c, e1_d});
CUDF_TEST_EXPECT_TABLES_EQUAL(result[1], expected1);
}
}
}

0 comments on commit d8b542b

Please sign in to comment.