apply clang-format

This commit is contained in:
Axel Kohlmeyer
2023-04-16 12:35:41 -04:00
parent a7460445bb
commit 08bf9e2513

View File

@ -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