apply clang-format

This commit is contained in:
Axel Kohlmeyer
2022-09-10 03:21:28 -04:00
parent 4998c065da
commit ab899861d5
19 changed files with 158 additions and 116 deletions

View File

@ -57,8 +57,7 @@ constexpr int LAMMPS_NS::PairVashishta::NPARAMS_PER_LINE;
constexpr int LAMMPS_NS::PairTersoffTable::NPARAMS_PER_LINE;
#endif
class PotentialFileReaderTest : public LAMMPSTest {
};
class PotentialFileReaderTest : public LAMMPSTest {};
// open for native units
TEST_F(PotentialFileReaderTest, Sw_native)
@ -259,8 +258,7 @@ TEST_F(PotentialFileReaderTest, UnitConvert)
delete reader;
}
class OpenPotentialTest : public LAMMPSTest {
};
class OpenPotentialTest : public LAMMPSTest {};
// open for native units
TEST_F(OpenPotentialTest, Sw_native)