Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Yuuichi Asahi committed Jun 25, 2024
1 parent 4cfe22d commit b4460a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/unit_test/Test_Padding.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -624,7 +624,7 @@ void test_reshape3D_3DView() {

shape_type<3> new_shape = {n0_new, n1_new, n2_new};
auto modified_shape = KokkosFFT::Impl::get_modified_shape(
x_in, x_out, new_shape, axes);
x_in, x_out, new_shape, axes);

EXPECT_TRUE(modified_shape == ref_shape);
}
Expand Down

0 comments on commit b4460a2

Please sign in to comment.