apply clang-format
This commit is contained in:
@ -1,8 +1,8 @@
|
||||
// unit tests for getting LAMMPS properties through the Fortran wrapper
|
||||
|
||||
#include "info.h"
|
||||
#include "lammps.h"
|
||||
#include "library.h"
|
||||
#include "info.h"
|
||||
|
||||
#include <cstdint>
|
||||
#include <string>
|
||||
@ -183,5 +183,4 @@ TEST_F(LAMMPS_properties, decode_image_flags)
|
||||
EXPECT_EQ(flag[1], 3);
|
||||
EXPECT_EQ(flag[2], -2);
|
||||
};
|
||||
|
||||
} // namespace LAMMPS_NS
|
||||
|
||||
Reference in New Issue
Block a user