Skip to content

Commit fc8647c

Browse files
committed
Fix clang format.
1 parent 8656fc8 commit fc8647c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/mpi/detail/mpi_datatype.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@ TEST(MPIDataTypes, mpi_datatype) {
4848
EXPECT_EQ(plssvm::mpi::detail::mpi_datatype<std::complex<long double>>(), MPI_C_LONG_DOUBLE_COMPLEX);
4949
}
5050

51-
enum class dummy1 : int { };
52-
enum class dummy2 : char { };
51+
enum class dummy1 : int {};
52+
enum class dummy2 : char {};
5353

5454
TEST(MPIDataTypes, mpi_datatype_from_enum) {
5555
// check type conversions from enum's underlying type

0 commit comments

Comments
 (0)